CounterCreationDataCollection.Item[Int32] プロパティ

定義

CounterCreationData コレクションのインデックスを作成します。

public:
 property System::Diagnostics::CounterCreationData ^ default[int] { System::Diagnostics::CounterCreationData ^ get(int index); void set(int index, System::Diagnostics::CounterCreationData ^ value); };
public System.Diagnostics.CounterCreationData this[int index] { get; set; }
member this.Item(int) : System.Diagnostics.CounterCreationData with get, set
Default Public Property Item(index As Integer) As CounterCreationData

パラメーター

index
Int32

CounterCreationDataCollectionへのインデックス。

プロパティ値

コレクションの個々の要素にアクセスするために使用されるコレクション インデックス。

例外

index が 0 未満です。

-又は-

index は、コレクション内の項目の数以上です。

適用対象