ConnectionInterfaceCollection.Item[Int32] Propiedad

Definición

Obtiene el elemento en el í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

Índice de base cero del elemento que se va a obtener.

Valor de propiedad

Type

Elemento en el índice especificado.

Se aplica a