Lenguaje

FormattedLogValues.Item[Int32] Propiedad

Definición

Obtiene el elemento del índice especificado en la lista de solo lectura.

public:
 property System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> default[int] { System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> get(int index); };
public System.Collections.Generic.KeyValuePair<string,object?> this[int index] { get; }
member this.Item(int) : System.Collections.Generic.KeyValuePair<string, obj>
Default Public ReadOnly Property Item(index As Integer) As KeyValuePair(Of String, Object)

Parámetros

index
Int32

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

Valor de propiedad

Elemento del índice especificado en la lista de solo lectura.

Implementaciones

Se aplica a