次の方法で共有


ValidationRuleReferenceCollection クラス

Web パフォーマンス テスト検証規則のための、シリアル化可能な厳密に型指定されたコンテナーを表します。

継承階層

System.Object
  System.Collections.ObjectModel.Collection<ValidationRuleReference>
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<ValidationRuleReference>
      Microsoft.VisualStudio.TestTools.WebTesting.ValidationRuleReferenceCollection

名前空間:  Microsoft.VisualStudio.TestTools.WebTesting
アセンブリ:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 内)

構文

'宣言
<SerializableAttribute> _
Public Class ValidationRuleReferenceCollection _
    Inherits WebTestBaseCollection(Of ValidationRuleReference)
[SerializableAttribute]
public class ValidationRuleReferenceCollection : WebTestBaseCollection<ValidationRuleReference>
[SerializableAttribute]
public ref class ValidationRuleReferenceCollection : public WebTestBaseCollection<ValidationRuleReference^>
[<SerializableAttribute>]
type ValidationRuleReferenceCollection =  
    class
        inherit WebTestBaseCollection<ValidationRuleReference>
    end
public class ValidationRuleReferenceCollection extends WebTestBaseCollection<ValidationRuleReference>

ValidationRuleReferenceCollection 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前 説明
パブリック メソッド ValidationRuleReferenceCollection ValidationRuleReferenceCollection クラスの新しいインスタンスを初期化します。

このページのトップへ

プロパティ

  名前 説明
パブリック プロパティ Count Collection<T> に実際に格納されている要素の数を取得します。 (Collection<ValidationRuleReference> から継承されます。)
パブリック プロパティ Item 指定したインデックスにある要素を取得または設定します。 (Collection<ValidationRuleReference> から継承されます。)
プロテクト プロパティ Items Collection<T> をラップする IList<T> ラッパーを取得します。 (Collection<ValidationRuleReference> から継承されます。)

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Add Collection<T> の末尾にオブジェクトを追加します。 (Collection<ValidationRuleReference> から継承されます。)
パブリック メソッド AddRange 指定したコレクションの要素を WebTestBaseCollection<T> の末尾に追加します。 (WebTestBaseCollection<T> から継承されます。)
パブリック メソッド Clear Collection<T> からすべての要素を削除します。 (Collection<ValidationRuleReference> から継承されます。)
プロテクト メソッド ClearItems Collection<T> からすべての要素を削除します。 (Collection<ValidationRuleReference> から継承されます。)
パブリック メソッド Contains ある要素が Collection<T> 内に存在するかどうかを判断します。 (Collection<ValidationRuleReference> から継承されます。)
パブリック メソッド CopyTo Collection<T> 全体を互換性のある 1 次元の Array にコピーします。コピー操作は、コピー先の配列の指定したインデックスから始まります。 (Collection<ValidationRuleReference> から継承されます。)
パブリック メソッド Equals 指定した Object が、現在の Object と等しいかどうかを判断します。 (Object から継承されます。)
プロテクト メソッド Finalize オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。)
パブリック メソッド GetEnumerator Collection<T> を反復処理する列挙子を返します。 (Collection<ValidationRuleReference> から継承されます。)
パブリック メソッド GetHashCode 特定の型のハッシュ関数として機能します。 (Object から継承されます。)
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
パブリック メソッド IndexOf 指定したオブジェクトを検索し、Collection<T> 全体内で最初に見つかった位置の 0 から始まるインデックスを返します。 (Collection<ValidationRuleReference> から継承されます。)
パブリック メソッド Insert Collection<T> 内の指定したインデックスの位置に要素を挿入します。 (Collection<ValidationRuleReference> から継承されます。)
プロテクト メソッド InsertItem Collection<T> 内の指定したインデックスの位置に要素を挿入します。 (Collection<ValidationRuleReference> から継承されます。)
プロテクト メソッド MemberwiseClone 現在の Object の簡易コピーを作成します。 (Object から継承されます。)
パブリック メソッド Remove Collection<T> 内で最初に見つかった特定のオブジェクトを削除します。 (Collection<ValidationRuleReference> から継承されます。)
パブリック メソッド RemoveAt Collection<T> の指定したインデックスにある要素を削除します。 (Collection<ValidationRuleReference> から継承されます。)
プロテクト メソッド RemoveItem Collection<T> の指定したインデックスにある要素を削除します。 (Collection<ValidationRuleReference> から継承されます。)
プロテクト メソッド SetItem 指定したインデックス位置にある要素を置き換えます。 (Collection<ValidationRuleReference> から継承されます。)
パブリック メソッド ToString 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。)

このページのトップへ

明示的インターフェイスの実装

  名前 説明
明示的なインターフェイス実装プライベート メソッド IList.Add IList に項目を追加します。 (Collection<ValidationRuleReference> から継承されます。)
明示的なインターフェイス実装プライベート メソッド IList.Contains IList に特定の値が格納されているかどうかを判断します。 (Collection<ValidationRuleReference> から継承されます。)
明示的なインターフェイス実装プライベート メソッド ICollection.CopyTo ICollection の要素を Array にコピーします。Array の特定のインデックスからコピーが開始されます。 (Collection<ValidationRuleReference> から継承されます。)
明示的なインターフェイス実装プライベート メソッド IEnumerable.GetEnumerator コレクションを反復処理する列挙子を返します。 (Collection<ValidationRuleReference> から継承されます。)
明示的なインターフェイス実装プライベート メソッド IList.IndexOf 指定した項目の IList 内でのインデックスを調べます。 (Collection<ValidationRuleReference> から継承されます。)
明示的なインターフェイス実装プライベート メソッド IList.Insert IList 内の指定したインデックスの位置に項目を挿入します。 (Collection<ValidationRuleReference> から継承されます。)
明示的なインターフェイス実装プライベート プロパティ IList.IsFixedSize IList が固定サイズかどうかを示す値を取得します。 (Collection<ValidationRuleReference> から継承されます。)
明示的なインターフェイス実装プライベート プロパティ ICollection<T>.IsReadOnly ICollection<T> が読み取り専用であるかどうかを示す値を取得します。 (Collection<ValidationRuleReference> から継承されます。)
明示的なインターフェイス実装プライベート プロパティ IList.IsReadOnly IList が読み取り専用かどうかを示す値を取得します。 (Collection<ValidationRuleReference> から継承されます。)
明示的なインターフェイス実装プライベート プロパティ ICollection.IsSynchronized ICollection へのアクセスが同期されている (スレッド セーフである) かどうかを示す値を取得します。 (Collection<ValidationRuleReference> から継承されます。)
明示的なインターフェイス実装プライベート プロパティ IList.Item 指定したインデックスにある要素を取得または設定します。 (Collection<ValidationRuleReference> から継承されます。)
明示的なインターフェイス実装プライベート メソッド IList.Remove IList 内で最初に見つかった特定のオブジェクトを削除します。 (Collection<ValidationRuleReference> から継承されます。)
明示的なインターフェイス実装プライベート プロパティ ICollection.SyncRoot ICollection へのアクセスを同期するために使用できるオブジェクトを取得します。 (Collection<ValidationRuleReference> から継承されます。)

このページのトップへ

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

参照

Microsoft.VisualStudio.TestTools.WebTesting 名前空間