Klasa TestParameterCollection
Reprezentuje kolekcję parametry testu w zestaw udostępnionych krok, przypadku badania lub etapu badania.
Hierarchia dziedziczenia
Object
ReadOnlyCollection<ITestParameter>
ReadOnlyObservableCollection<ITestParameter>
Microsoft.TeamFoundation.TestManagement.Client.TestParameterCollection
Przestrzeń nazw: Microsoft.TeamFoundation.TestManagement.Client
Zestaw: Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)
Składnia
'Deklaracja
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>
Typ TestParameterCollection uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
Count | Gets the number of elements contained in the ReadOnlyCollection instance. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
Item(Int32) | Pobiera element pod określonym indeksem. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
Item[String] | Parametr badania są pobierane z kolekcji określone przez nazwę danego parametru. | |
Items | Returns the IList that the ReadOnlyCollection wraps. (Odziedziczone z ReadOnlyCollection<ITestParameter>). |
Początek
Metody
Nazwa | Opis | |
---|---|---|
Contains | Determines whether an element is in the ReadOnlyCollection. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
ContainsKey | Zwraca wartość wskazującą, czy parametr, który ma podanej nazwy znajduje się w kolekcji. | |
CopyTo | Copies the entire ReadOnlyCollection to a compatible one-dimensional Array, starting at the specified index of the target array. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object). | |
FromXml | Odczytuje ten zbiór z pliku XML. | |
GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollection. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
GetHashCode | Serves as the default hash function. (Zastępuje Object.GetHashCode). | |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
MemberwiseClone | Creates a shallow copy of the current Object. (Odziedziczone z Object). | |
OnCollectionChanged | Podnosi CollectionChanged zdarzeń przy użyciu podanych argumentów. (Odziedziczone z ReadOnlyObservableCollection<ITestParameter>). | |
OnPropertyChanged | Podnosi PropertyChanged zdarzeń przy użyciu podanych argumentów. (Odziedziczone z ReadOnlyObservableCollection<ITestParameter>). | |
ToString | Returns a string that represents the current object. (Odziedziczone z Object). | |
ToXml | Zapisuje ten zbiór XML. |
Początek
Zdarzenia
Nazwa | Opis | |
---|---|---|
CollectionChanged | Występuje, gdy element jest dodawany lub usuwany. (Odziedziczone z ReadOnlyObservableCollection<ITestParameter>). | |
PropertyChanged | Występuje, gdy wartość właściwości zostanie zmieniona. (Odziedziczone z ReadOnlyObservableCollection<ITestParameter>). |
Początek
Jawne implementacje interfejsu
Nazwa | Opis | |
---|---|---|
System#Collections#Generic#ICollection{T}#Add | Adds an item to the ICollection.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#IList#Add | Adds an item to the IList.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#Generic#ICollection{T}#Clear | Removes all items from the ICollection.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#IList#Clear | Removes all items from the IList.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#Specialized#INotifyCollectionChanged#CollectionChanged | Występuje, gdy kolekcja. (Odziedziczone z ReadOnlyObservableCollection<ITestParameter>). | |
System#Collections#IList#Contains | Determines whether the IList contains a specific value. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#ICollection#CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#IEnumerable#GetEnumerator | Returns an enumerator that iterates through a collection. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#IList#IndexOf | Determines the index of a specific item in the IList. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#Generic#IList{T}#Insert | Inserts an item to the IList at the specified index.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#IList#Insert | Inserts an item to the IList at the specified index.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#IList#IsFixedSize | Gets a value indicating whether the IList has a fixed size. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#Generic#ICollection{T}#IsReadOnly | Gets a value indicating whether the ICollection is read-only. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#IList#IsReadOnly | Gets a value indicating whether the IList is read-only. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#ICollection#IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#Generic#IList{T}#Item | Pobiera element pod określonym indeksem.An NotSupportedException occurs if you try to set the item at the specified index. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#IList#Item | Pobiera element pod określonym indeksem.A NotSupportedException occurs if you try to set the item at the specified index. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#ComponentModel#INotifyPropertyChanged#PropertyChanged | Występuje, gdy wartość właściwości zostanie zmieniona. (Odziedziczone z ReadOnlyObservableCollection<ITestParameter>). | |
System#Collections#Generic#ICollection{T}#Remove | Removes the first occurrence of a specific object from the ICollection.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#IList#Remove | Removes the first occurrence of a specific object from the IList.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#Generic#IList{T}#RemoveAt | Removes the IList item at the specified index.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#IList#RemoveAt | Removes the IList item at the specified index.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>). | |
System#Collections#ICollection#SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Odziedziczone z ReadOnlyCollection<ITestParameter>). |
Początek
Uwagi
Nie może być modyfikowana, ale można modyfikować parametry w nim.
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client