ITestIterationResultCollection 接口

 

表示测试结果中显示的测试迭代结果的集合。

命名空间:   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

属性

名称 说明
System_CAPS_pubproperty Count

(从 ICollection<T> 继承。)

System_CAPS_pubproperty IsReadOnly

(从 ICollection<T> 继承。)

System_CAPS_pubproperty Item[Int32]

获取由提供的迭代 ID 指定的测试迭代结果。

方法

名称 说明
System_CAPS_pubmethod Add(T)

(从 ICollection<T> 继承。)

System_CAPS_pubmethod Clear()

(从 ICollection<T> 继承。)

System_CAPS_pubmethod Contains(T)

(从 ICollection<T> 继承。)

System_CAPS_pubmethod Contains(Int32)

返回一个值,该值指示指定的迭代结果是否在集合中。

System_CAPS_pubmethod CopyTo(T[], Int32)

(从 ICollection<T> 继承。)

System_CAPS_pubmethod GetEnumerator()

(从 IEnumerable<T> 继承。)

System_CAPS_pubmethod Remove(T)

(从 ICollection<T> 继承。)

System_CAPS_pubmethod Remove(Int32)

从集合中移除指定的测试迭代结果。

事件

名称 说明
System_CAPS_pubevent CollectionChanged

(从 INotifyCollectionChanged 继承。)

请参阅

ITestIterationResult
INotifyCollectionChanged
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首