ITestConfiguration オブジェクトのコレクションを表します。
名前空間: Microsoft.TeamFoundation.TestManagement.Client
アセンブリ: Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll 内)
構文
'宣言
Public Interface ITestConfigurationCollection _
Inherits ITestObjectCollection(Of ITestConfiguration), IList(Of ITestConfiguration), _
ICollection(Of ITestConfiguration), IEnumerable(Of ITestConfiguration), IEnumerable, _
INotifyCollectionChanged, INotifyPropertyChanged
public interface ITestConfigurationCollection : ITestObjectCollection<ITestConfiguration>,
IList<ITestConfiguration>, ICollection<ITestConfiguration>, IEnumerable<ITestConfiguration>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class ITestConfigurationCollection : ITestObjectCollection<ITestConfiguration^>,
IList<ITestConfiguration^>, ICollection<ITestConfiguration^>, IEnumerable<ITestConfiguration^>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type ITestConfigurationCollection =
interface
interface ITestObjectCollection<ITestConfiguration>
interface IList<ITestConfiguration>
interface ICollection<ITestConfiguration>
interface IEnumerable<ITestConfiguration>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
public interface ITestConfigurationCollection extends ITestObjectCollection<ITestConfiguration>, IList<ITestConfiguration>, ICollection<ITestConfiguration>, IEnumerable<ITestConfiguration>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
ITestConfigurationCollection 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
Count | ICollection<T> に格納されている要素の数を取得します。 (ICollection<ITestConfiguration> から継承されます。) |
![]() |
IsReadOnly | ICollection<T> が読み取り専用であるかどうかを示す値を取得します。 (ICollection<ITestConfiguration> から継承されます。) |
![]() |
Item | 指定したインデックスにある要素を取得または設定します。 (IList<ITestConfiguration> から継承されます。) |
![]() |
SyncRoot | コレクションへのアクセスを同期するために使用できるオブジェクトを取得します。 (ITestObjectCollection<TObjectInterface> から継承されます。) |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
![]() |
Add | ICollection<T> に項目を追加します。 (ICollection<ITestConfiguration> から継承されます。) |
![]() |
Clear | ICollection<T> からすべての項目を削除します。 (ICollection<ITestConfiguration> から継承されます。) |
![]() |
Contains | ICollection<T> に特定の値が格納されているかどうかを判断します。 (ICollection<ITestConfiguration> から継承されます。) |
![]() |
CopyTo | ICollection<T> の要素を Array にコピーします。Array の特定のインデックスからコピーが開始されます。 (ICollection<ITestConfiguration> から継承されます。) |
![]() |
GetEnumerator() | コレクションを反復処理する列挙子を返します。 (IEnumerable<ITestConfiguration> から継承されます。) |
![]() |
GetEnumerator() | コレクションを反復処理する列挙子を返します。 (IEnumerable から継承されます。) |
![]() |
IndexOf | IList<T> 内での指定した項目のインデックスを調べます。 (IList<ITestConfiguration> から継承されます。) |
![]() |
Insert | IList<T> の指定したインデックス位置に項目を挿入します。 (IList<ITestConfiguration> から継承されます。) |
![]() |
Move | コレクションの項目の位置を移動します。 (ITestObjectCollection<TObjectInterface> から継承されます。) |
![]() |
Remove | ICollection<T> 内で最初に見つかった特定のオブジェクトを削除します。 (ICollection<ITestConfiguration> から継承されます。) |
![]() |
RemoveAt | 指定したインデックス位置の IList<T> 項目を削除します。 (IList<ITestConfiguration> から継承されます。) |
このページのトップへ
イベント
名前 | 説明 | |
---|---|---|
![]() |
CollectionChanged | コレクションが変更された場合に発生します。 (INotifyCollectionChanged から継承されます。) |
![]() |
PropertyChanged | プロパティ値が変更されたときに発生します。 (INotifyPropertyChanged から継承されます。) |
このページのトップへ
参照
参照
Microsoft.TeamFoundation.TestManagement.Client 名前空間