次の方法で共有


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 ICollection<T> の要素を Array にコピーします。Array の特定のインデックスからコピーが開始されます。 (ICollection<ITestIterationResult> から継承されます。)
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable<ITestIterationResult> から継承されます。)
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable から継承されます。)
パブリック メソッド Remove(Int32) 指定したテスト イテレーションの結果をコレクションから削除します。
パブリック メソッド Remove(T) ICollection<T> 内で最初に見つかった特定のオブジェクトを削除します。 (ICollection<ITestIterationResult> から継承されます。)

このページのトップへ

イベント

  名前 説明
パブリック イベント CollectionChanged コレクションが変更された場合に発生します。 (INotifyCollectionChanged から継承されます。)

このページのトップへ

参照

参照

Microsoft.TeamFoundation.TestManagement.Client 名前空間

ITestIterationResult

INotifyCollectionChanged