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 | |
---|---|---|
Count | Gets the number of elements contained in the ReadOnlyCollection instance. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
Item(Int32) | Belirtilen dizindeki öğeyi alır. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
Item[String] | Test parametresi verilen parametre adı tarafından tanımlanan derlemeden alır. | |
Items | Returns the IList that the ReadOnlyCollection wraps. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) |
Üst
Yöntemler
Ad | Açıklama | |
---|---|---|
Contains | Determines whether an element is in the ReadOnlyCollection. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
ContainsKey | Verilen ada sahip bir parametre koleksiyonu bulunup bulunmadığını belirten bir değer döndürür. | |
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ı.) | |
Equals | Determines whether the specified object is equal to the current object. (Object kaynağından devralındı.) | |
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ı.) | |
FromXml | Bu koleksiyon, XML'den okur. | |
GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollection. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
GetHashCode | Serves as the default hash function. (Object.GetHashCode geçersiz kılınır.) | |
GetType | Gets the Type of the current instance. (Object kaynağından devralındı.) | |
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ı.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Object kaynağından devralındı.) | |
OnCollectionChanged | Harekete geçiren CollectionChanged sağlanan bağımsız değişkenler kullanılarak olay. (ReadOnlyObservableCollection<ITestParameter> kaynağından devralındı.) | |
OnPropertyChanged | Harekete geçiren PropertyChanged sağlanan bağımsız değişkenler kullanılarak olay. (ReadOnlyObservableCollection<ITestParameter> kaynağından devralındı.) | |
ToString | Returns a string that represents the current object. (Object kaynağından devralındı.) | |
ToXml | Bu koleksiyon için xml yazar. |
Üst
Olaylar
Ad | Açıklama | |
---|---|---|
CollectionChanged | Bir öğe eklendiğinde veya kaldırıldığında oluşur. (ReadOnlyObservableCollection<ITestParameter> kaynağından devralındı.) | |
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 | |
---|---|---|
System#Collections#Generic#ICollection{T}#Add | Adds an item to the ICollection.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
System#Collections#IList#Add | Adds an item to the IList.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
System#Collections#Generic#ICollection{T}#Clear | Removes all items from the ICollection.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
System#Collections#IList#Clear | Removes all items from the IList.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
System#Collections#Specialized#INotifyCollectionChanged#CollectionChanged | Koleksiyon her değiştiğinde gerçekleşir. (ReadOnlyObservableCollection<ITestParameter> kaynağından devralındı.) | |
System#Collections#IList#Contains | Determines whether the IList contains a specific value. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
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ı.) | |
System#Collections#IEnumerable#GetEnumerator | Returns an enumerator that iterates through a collection. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
System#Collections#IList#IndexOf | Determines the index of a specific item in the IList. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
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ı.) | |
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ı.) | |
System#Collections#IList#IsFixedSize | Gets a value indicating whether the IList has a fixed size. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
System#Collections#Generic#ICollection{T}#IsReadOnly | Gets a value indicating whether the ICollection is read-only. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
System#Collections#IList#IsReadOnly | Gets a value indicating whether the IList is read-only. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
System#Collections#ICollection#IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
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ı.) | |
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ı.) | |
System#ComponentModel#INotifyPropertyChanged#PropertyChanged | Özellik değeri değiştiğinde gerçekleşir. (ReadOnlyObservableCollection<ITestParameter> kaynağından devralındı.) | |
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ı.) | |
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ı.) | |
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ı.) | |
System#Collections#IList#RemoveAt | Removes the IList item at the specified index.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestParameter> kaynağından devralındı.) | |
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.