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.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from ICollection<T>.) |
![]() | IsReadOnly | (Inherited from ICollection<T>.) |
![]() | Item[Int32] | Gets the test iteration result that is specified by the provided iteration ID. |
| Name | Description | |
|---|---|---|
![]() | Add(T) | (Inherited from ICollection<T>.) |
![]() | Clear() | (Inherited from ICollection<T>.) |
![]() | Contains(T) | (Inherited from ICollection<T>.) |
![]() | Contains(Int32) | Returns a value that indicates whether the specified iteration result is in the collection. |
![]() | CopyTo(array<T>^, Int32) | (Inherited from ICollection<T>.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | Remove(T) | (Inherited from ICollection<T>.) |
![]() | Remove(Int32) | Removes the specified test iteration result from the collection. |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from INotifyCollectionChanged.) |
Show:


