Compartir a través de


EndpointMetadataCollection.Item[Int32] Propiedad

Definición

Obtiene el elemento en index.

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

Parámetros

index
Int32

Índice del elemento que se va a recuperar.

Valor de propiedad

Elemento en index.

Implementaciones

Se aplica a