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 em base zero do elemento a obter.

Valor de Propriedade

O elemento no índice especificado.

Aplica-se a