共用方式為


ITestIterationResultCollection 介面

表示測試結果中顯示的測試反覆項目結果集合。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Public Interface ITestIterationResultCollection _
    Inherits ICollection(Of ITestIterationResult), IEnumerable(Of ITestIterationResult),  _
    IEnumerable, INotifyCollectionChanged
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 extends ICollection<ITestIterationResult>, IEnumerable<ITestIterationResult>, IEnumerable, INotifyCollectionChanged

ITestIterationResultCollection 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 Count 取得 ICollection<T> 中所包含的元素數。 (繼承自 ICollection<ITestIterationResult>)。
公用屬性 IsReadOnly 取得值,指出 ICollection<T> 是否唯讀。 (繼承自 ICollection<ITestIterationResult>)。
公用屬性 Item 取得以提供之反覆項目 ID 指定的測試反覆項目結果。

回頁首

方法

  名稱 說明
公用方法 Add 將項目加入至 ICollection<T>。 (繼承自 ICollection<ITestIterationResult>)。
公用方法 Clear 將所有項目從 ICollection<T> 移除。 (繼承自 ICollection<ITestIterationResult>)。
公用方法 Contains(Int32) 傳回值,這個值表示指定的反覆項目結果是否在集合中。
公用方法 Contains(T) 判斷 ICollection<T> 是否包含特定值。 (繼承自 ICollection<ITestIterationResult>)。
公用方法 CopyTo 從特定的 Array 索引開始,複製 ICollection<T> 項目至 Array。 (繼承自 ICollection<ITestIterationResult>)。
公用方法 GetEnumerator 傳回可逐一查看集合的列舉程式。 (繼承自 IEnumerable<ITestIterationResult>)。
公用方法 Remove(Int32) 從集合中移除指定的測試反覆項目結果。
公用方法 Remove(T) ICollection<T> 移除特定物件的第一個相符項目。 (繼承自 ICollection<ITestIterationResult>)。

回頁首

事件

  名稱 說明
公用事件 CollectionChanged 發生於集合變更時。 (繼承自 INotifyCollectionChanged)。

回頁首

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間

ITestIterationResult

INotifyCollectionChanged