CounterCreationDataCollection.Item[Int32] Właściwość

Definicja

Indeksuje CounterCreationData kolekcję.

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

Parametry

index
Int32

Indeks do elementu CounterCreationDataCollection.

Wartość właściwości

Indeks kolekcji, który służy do uzyskiwania dostępu do poszczególnych elementów kolekcji.

Wyjątki

index wartość jest mniejsza niż 0.

-lub-

index jest równa lub większa niż liczba elementów w kolekcji.

Dotyczy