Aracılığıyla paylaş


ConnectionInterfaceCollection.Item[Int32] Özellik

Tanım

Belirtilen dizindeki öğeyi alır.

public:
 property Type ^ default[int] { Type ^ get(int index); };
public Type this[int index] { get; }
member this.Item(int) : Type
Default Public ReadOnly Property Item(index As Integer) As Type

Parametreler

index
Int32

Elde etmek için öğenin sıfır tabanlı dizini.

Özellik Değeri

Type

Belirtilen dizindeki öğe.

Şunlara uygulanır