Udostępnij za pośrednictwem


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
Właściwość publiczna Count Gets the number of elements contained in the ReadOnlyCollection instance. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Właściwość publiczna Item(Int32) Pobiera element pod określonym indeksem. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Właściwość publiczna Item[String] Parametr badania są pobierane z kolekcji określone przez nazwę danego parametru.
Właściwość chroniona Items Returns the IList that the ReadOnlyCollection wraps. (Odziedziczone z ReadOnlyCollection<ITestParameter>).

Początek

Metody

  Nazwa Opis
Metoda publiczna Contains Determines whether an element is in the ReadOnlyCollection. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Metoda publiczna ContainsKey Zwraca wartość wskazującą, czy parametr, który ma podanej nazwy znajduje się w kolekcji.
Metoda publiczna CopyTo Copies the entire ReadOnlyCollection to a compatible one-dimensional Array, starting at the specified index of the target array. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda chroniona Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object).
Metoda publiczna FromXml Odczytuje ten zbiór z pliku XML.
Metoda publiczna GetEnumerator Returns an enumerator that iterates through the ReadOnlyCollection. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Metoda publiczna GetHashCode Serves as the default hash function. (Zastępuje Object.GetHashCode).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda publiczna IndexOf Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Metoda chroniona MemberwiseClone Creates a shallow copy of the current Object. (Odziedziczone z Object).
Metoda chroniona OnCollectionChanged Podnosi CollectionChanged zdarzeń przy użyciu podanych argumentów. (Odziedziczone z ReadOnlyObservableCollection<ITestParameter>).
Metoda chroniona OnPropertyChanged Podnosi PropertyChanged zdarzeń przy użyciu podanych argumentów. (Odziedziczone z ReadOnlyObservableCollection<ITestParameter>).
Metoda publiczna ToString Returns a string that represents the current object. (Odziedziczone z Object).
Metoda publiczna ToXml Zapisuje ten zbiór XML.

Początek

Zdarzenia

  Nazwa Opis
Zdarzenie chronione CollectionChanged Występuje, gdy element jest dodawany lub usuwany. (Odziedziczone z ReadOnlyObservableCollection<ITestParameter>).
Zdarzenie chronione PropertyChanged Występuje, gdy wartość właściwości zostanie zmieniona. (Odziedziczone z ReadOnlyObservableCollection<ITestParameter>).

Początek

Jawne implementacje interfejsu

  Nazwa Opis
Jawna implementacja interfejsuMetoda prywatna System#Collections#Generic#ICollection{T}#Add Adds an item to the ICollection.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuMetoda prywatna System#Collections#IList#Add Adds an item to the IList.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuMetoda prywatna System#Collections#Generic#ICollection{T}#Clear Removes all items from the ICollection.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuMetoda prywatna System#Collections#IList#Clear Removes all items from the IList.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuZdarzenie prywatne System#Collections#Specialized#INotifyCollectionChanged#CollectionChanged Występuje, gdy kolekcja. (Odziedziczone z ReadOnlyObservableCollection<ITestParameter>).
Jawna implementacja interfejsuMetoda prywatna System#Collections#IList#Contains Determines whether the IList contains a specific value. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuMetoda prywatna System#Collections#ICollection#CopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuMetoda prywatna System#Collections#IEnumerable#GetEnumerator Returns an enumerator that iterates through a collection. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuMetoda prywatna System#Collections#IList#IndexOf Determines the index of a specific item in the IList. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuMetoda prywatna 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>).
Jawna implementacja interfejsuMetoda prywatna System#Collections#IList#Insert Inserts an item to the IList at the specified index.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuWłaściwość prywatna System#Collections#IList#IsFixedSize Gets a value indicating whether the IList has a fixed size. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuWłaściwość prywatna System#Collections#Generic#ICollection{T}#IsReadOnly Gets a value indicating whether the ICollection is read-only. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuWłaściwość prywatna System#Collections#IList#IsReadOnly Gets a value indicating whether the IList is read-only. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuWłaściwość prywatna System#Collections#ICollection#IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuWłaściwość prywatna 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>).
Jawna implementacja interfejsuWłaściwość prywatna 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>).
Jawna implementacja interfejsuZdarzenie prywatne System#ComponentModel#INotifyPropertyChanged#PropertyChanged Występuje, gdy wartość właściwości zostanie zmieniona. (Odziedziczone z ReadOnlyObservableCollection<ITestParameter>).
Jawna implementacja interfejsuMetoda prywatna 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>).
Jawna implementacja interfejsuMetoda prywatna System#Collections#IList#Remove Removes the first occurrence of a specific object from the IList.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuMetoda prywatna System#Collections#Generic#IList{T}#RemoveAt Removes the IList item at the specified index.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuMetoda prywatna System#Collections#IList#RemoveAt Removes the IList item at the specified index.This implementation always throws NotSupportedException. (Odziedziczone z ReadOnlyCollection<ITestParameter>).
Jawna implementacja interfejsuWłaściwość prywatna 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

ReadOnlyObservableCollection