Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestResultParameterCollection Class

 

Represents a collection of test result parameters in a given test iteration, shared step set, or test action.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

System::Object
  System.Collections.ObjectModel::Collection<T>
    System.Collections.ObjectModel::ObservableCollection<T>
      Microsoft.TeamFoundation.TestManagement.Client::TestResultParameterCollection

public ref class TestResultParameterCollection : ObservableCollection<ITestResultParameter^>

NameDescription
System_CAPS_pubpropertyCount

(Inherited from Collection<T>.)

System_CAPS_pubpropertyItem[Int32]

(Inherited from Collection<T>.)

System_CAPS_pubpropertyItem[String^]

Gets the specified name from thetest result parameter collection.

System_CAPS_protpropertyItems

(Inherited from Collection<T>.)

NameDescription
System_CAPS_pubmethodAdd(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodAdd(String^, String^, String^)

Creates and adds a new test result parameter to the collection.

System_CAPS_protmethodBlockReentrancy()

(Inherited from ObservableCollection<T>.)

System_CAPS_protmethodCheckReentrancy()

(Inherited from ObservableCollection<T>.)

System_CAPS_pubmethodClear()

(Inherited from Collection<T>.)

System_CAPS_protmethodClearItems()

Deletes all items from the test result parameter collection.(Overrides ObservableCollection<T>::ClearItems().)

System_CAPS_pubmethodContains(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodContainsKey(String^)

Represents a value that indicates whether the collection contains the parameter together with the specified name.

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

(Inherited from Collection<T>.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from Collection<T>.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodInsert(Int32, T)

(Inherited from Collection<T>.)

System_CAPS_protmethodInsertItem(Int32, T)

(Inherited from ObservableCollection<T>.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodMove(Int32, Int32)

(Inherited from ObservableCollection<T>.)

System_CAPS_protmethodMoveItem(Int32, Int32)

(Inherited from ObservableCollection<T>.)

System_CAPS_protmethodOnCollectionChanged(NotifyCollectionChangedEventArgs^)

(Inherited from ObservableCollection<T>.)

System_CAPS_protmethodOnPropertyChanged(PropertyChangedEventArgs^)

(Inherited from ObservableCollection<T>.)

System_CAPS_pubmethodRemove(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from Collection<T>.)

System_CAPS_protmethodRemoveItem(Int32)

Deletes an item that has the specified index.(Overrides ObservableCollection<T>::RemoveItem(Int32).)

System_CAPS_protmethodSetItem(Int32, T)

(Inherited from ObservableCollection<T>.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: