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.

ITestIterationResultCollection Interface

 

Represents a collection of test iteration results that are shown in a test result.

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

public interface class ITestIterationResultCollection : ICollection<ITestIterationResult^>, 
	IEnumerable<ITestIterationResult^>, IEnumerable, INotifyCollectionChanged

NameDescription
System_CAPS_pubpropertyCount

(Inherited from ICollection<T>.)

System_CAPS_pubpropertyIsReadOnly

(Inherited from ICollection<T>.)

System_CAPS_pubpropertyItem[Int32]

Gets the test iteration result that is specified by the provided iteration ID.

NameDescription
System_CAPS_pubmethodAdd(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodClear()

(Inherited from ICollection<T>.)

System_CAPS_pubmethodContains(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodContains(Int32)

Returns a value that indicates whether the specified iteration result is in the collection.

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

System_CAPS_pubmethodRemove(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethodRemove(Int32)

Removes the specified test iteration result from the collection.

NameDescription
System_CAPS_pubeventCollectionChanged

(Inherited from INotifyCollectionChanged.)

Return to top
Show: