CounterCreationDataCollection.Item[Int32] Özellik

Tanım

Koleksiyonu dizinler 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

Parametreler

index
Int32

dizininde bir CounterCreationDataCollectiondizin.

Özellik Değeri

Koleksiyonun tek tek öğelerine erişmek için kullanılan koleksiyon dizini.

Özel durumlar

index 0'dan küçüktür.

-veya-

index koleksiyondaki öğe sayısına eşit veya ondan büyük.

Şunlara uygulanır