FormattedLogValues.Item[Int32] Propiedad

Definición

Obtiene el elemento en el í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 en el índice especificado en la lista de solo lectura.

Implementaciones

Comentarios

Esta API admite la infraestructura .NET y no está diseñada para usarse directamente desde el código.

Se aplica a