TestParameterCollection Sınıf

Paylaşılan adımı kümesi, bir sınama durumu veya test adımı test parametreleri topluluğu temsil eder.

Devralma Hiyerarşisi

Object
  ReadOnlyCollection<ITestParameter>
    ReadOnlyObservableCollection<ITestParameter>
      Microsoft.TeamFoundation.TestManagement.Client.TestParameterCollection

Ad alanı:  Microsoft.TeamFoundation.TestManagement.Client
Derleme:  Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll içinde)

Sözdizimi

'Bildirim
Public Class TestParameterCollection _
    Inherits ReadOnlyObservableCollection(Of ITestParameter)
public class TestParameterCollection : ReadOnlyObservableCollection<ITestParameter>
public ref class TestParameterCollection : public ReadOnlyObservableCollection<ITestParameter^>
type TestParameterCollection =  
    class 
        inherit ReadOnlyObservableCollection<ITestParameter>
    end
public class TestParameterCollection extends ReadOnlyObservableCollection<ITestParameter>

TestParameterCollection türü aşağıdaki üyeleri ortaya koyar.

Özellikler

  Ad Açıklama
Genel özellik Count Gets the number of elements contained in the ReadOnlyCollection instance. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Genel özellik Item(Int32) Belirtilen dizindeki öğeyi alır. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Genel özellik Item[String] Test parametresi verilen parametre adı tarafından tanımlanan derlemeden alır.
Korumalı özellik Items Returns the IList that the ReadOnlyCollection wraps. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)

Üst

Yöntemler

  Ad Açıklama
Genel yöntem Contains Determines whether an element is in the ReadOnlyCollection. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Genel yöntem ContainsKey Verilen ada sahip bir parametre koleksiyonu bulunup bulunmadığını belirten bir değer döndürür.
Genel yöntem CopyTo Copies the entire ReadOnlyCollection to a compatible one-dimensional Array, starting at the specified index of the target array. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Genel yöntem Equals Determines whether the specified object is equal to the current object. (Object kaynağından devralındı.)
Korumalı yöntem Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Object kaynağından devralındı.)
Genel yöntem FromXml Bu koleksiyon, XML'den okur.
Genel yöntem GetEnumerator Returns an enumerator that iterates through the ReadOnlyCollection. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Genel yöntem GetHashCode Serves as the default hash function. (Object.GetHashCode geçersiz kılınır.)
Genel yöntem GetType Gets the Type of the current instance. (Object kaynağından devralındı.)
Genel yöntem IndexOf Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Korumalı yöntem MemberwiseClone Creates a shallow copy of the current Object. (Object kaynağından devralındı.)
Korumalı yöntem OnCollectionChanged Harekete geçiren CollectionChanged sağlanan bağımsız değişkenler kullanılarak olay. (ReadOnlyObservableCollection<ITestParameter> kaynağından devralındı.)
Korumalı yöntem OnPropertyChanged Harekete geçiren PropertyChanged sağlanan bağımsız değişkenler kullanılarak olay. (ReadOnlyObservableCollection<ITestParameter> kaynağından devralındı.)
Genel yöntem ToString Returns a string that represents the current object. (Object kaynağından devralındı.)
Genel yöntem ToXml Bu koleksiyon için xml yazar.

Üst

Olaylar

  Ad Açıklama
Korumalı olay CollectionChanged Bir öğe eklendiğinde veya kaldırıldığında oluşur. (ReadOnlyObservableCollection<ITestParameter> kaynağından devralındı.)
Korumalı olay PropertyChanged Özellik değeri değiştiğinde gerçekleşir. (ReadOnlyObservableCollection<ITestParameter> kaynağından devralındı.)

Üst

Açık Arabirim Uygulamaları

  Ad Açıklama
Açık arabirim uygulamasıÖzel yöntem System#Collections#Generic#ICollection{T}#Add Adds an item to the ICollection.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#Add Adds an item to the IList.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#Generic#ICollection{T}#Clear Removes all items from the ICollection.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#Clear Removes all items from the IList.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel olay System#Collections#Specialized#INotifyCollectionChanged#CollectionChanged Koleksiyon her değiştiğinde gerçekleşir. (ReadOnlyObservableCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#Contains Determines whether the IList contains a specific value. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#ICollection#CopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IEnumerable#GetEnumerator Returns an enumerator that iterates through a collection. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#IndexOf Determines the index of a specific item in the IList. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#Generic#IList{T}#Insert Inserts an item to the IList at the specified index.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#Insert Inserts an item to the IList at the specified index.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#IList#IsFixedSize Gets a value indicating whether the IList has a fixed size. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#Generic#ICollection{T}#IsReadOnly Gets a value indicating whether the ICollection is read-only. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#IList#IsReadOnly Gets a value indicating whether the IList is read-only. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#ICollection#IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe). (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#Generic#IList{T}#Item Belirtilen dizindeki öğeyi alır.An NotSupportedException occurs if you try to set the item at the specified index. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#IList#Item Belirtilen dizindeki öğeyi alır.A NotSupportedException occurs if you try to set the item at the specified index. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel olay System#ComponentModel#INotifyPropertyChanged#PropertyChanged Özellik değeri değiştiğinde gerçekleşir. (ReadOnlyObservableCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#Generic#ICollection{T}#Remove Removes the first occurrence of a specific object from the ICollection.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#Remove Removes the first occurrence of a specific object from the IList.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#Generic#IList{T}#RemoveAt Removes the IList item at the specified index.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#RemoveAt Removes the IList item at the specified index.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#ICollection#SyncRoot Gets an object that can be used to synchronize access to the ICollection. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.)

Üst

Notlar

Koleksiyonu değiştirilemez, ancak parametrelerinde değiştirilebilir.

İş Parçacığı Güvenliği

Bu türün tüm genel statik (Visual Basic'te Shared) üyeleri iş parçacığı açısından güvenlidir. Hiçbir örnek üyesinin iş parçacığı açısından güvenliği garanti edilemez.

Ayrıca bkz.

Başvuru

Microsoft.TeamFoundation.TestManagement.Client Ad Alanı

ReadOnlyObservableCollection