表示测试结果中显示的测试迭代结果的集合。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
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
属性
| 名称 | 说明 | |
|---|---|---|
![]() |
Count | (从 ICollection<T> 继承。) |
![]() |
IsReadOnly | (从 ICollection<T> 继承。) |
![]() |
Item[Int32] | 获取由提供的迭代 ID 指定的测试迭代结果。 |
方法
| 名称 | 说明 | |
|---|---|---|
![]() |
Add(T) | (从 ICollection<T> 继承。) |
![]() |
Clear() | (从 ICollection<T> 继承。) |
![]() |
Contains(T) | (从 ICollection<T> 继承。) |
![]() |
Contains(Int32) | 返回一个值,该值指示指定的迭代结果是否在集合中。 |
![]() |
CopyTo(T[], Int32) | (从 ICollection<T> 继承。) |
![]() |
GetEnumerator() | (从 IEnumerable<T> 继承。) |
![]() |
Remove(T) | (从 ICollection<T> 继承。) |
![]() |
Remove(Int32) | 从集合中移除指定的测试迭代结果。 |
事件
| 名称 | 说明 | |
|---|---|---|
![]() |
CollectionChanged | (从 INotifyCollectionChanged 继承。) |
请参阅
ITestIterationResult
INotifyCollectionChanged
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首
.jpeg)
.gif)
.gif)