Share via


ConnectionInterfaceCollection.Item[Int32] Propriété

Définition

Obtient l'élément au niveau de l'index spécifié.

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

Paramètres

index
Int32

Index de base zéro de l'élément à obtenir.

Valeur de propriété

Type

Élément au niveau de l'index spécifié.

S’applique à