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)
Syntax
public interface ITestIterationResultCollection : ICollection<ITestIterationResult>,
IEnumerable<ITestIterationResult>, IEnumerable, INotifyCollectionChanged
public interface class ITestIterationResultCollection : ICollection<ITestIterationResult^>,
IEnumerable<ITestIterationResult^>, IEnumerable, INotifyCollectionChanged
type ITestIterationResultCollection =
interface
interface ICollection<ITestIterationResult>
interface IEnumerable<ITestIterationResult>
interface IEnumerable
interface INotifyCollectionChanged
end
Public Interface ITestIterationResultCollection
Inherits ICollection(Of ITestIterationResult), IEnumerable(Of ITestIterationResult),
IEnumerable, INotifyCollectionChanged
Properties
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. |
Methods
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(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. |
Events
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from INotifyCollectionChanged.) |
See Also
ITestIterationResult
INotifyCollectionChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top