Compartilhar via


ConnectionInterfaceCollection.Item[Int32] Propriedade

Definição

Obtém o elemento no índice especificado.

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

Parâmetros

index
Int32

O índice baseado em zero do elemento a ser obtido.

Valor da propriedade

Type

O elemento no índice especificado.

Aplica-se a