FormattedLogValues.Item[Int32] Proprietà

Definizione

Ottiene l'elemento in corrispondenza dell'indice specificato nell'elenco di sola lettura.

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)

Parametri

index
Int32

Indice in base zero dell'elemento da ottenere.

Valore della proprietà

Elemento in corrispondenza dell'indice specificato nell'elenco di sola lettura.

Implementazioni

Si applica a