FormattedLogValues.Item[Int32] Propriété

Définition

Obtient l'élément à l'index spécifié dans la liste en lecture seule.

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)

Paramètres

index
Int32

Index de base zéro de l'élément à obtenir.

Valeur de propriété

Élément à l'index spécifié dans la liste en lecture seule.

Implémente

Remarques

Cette API prend en charge l’infrastructure .NET et n’est pas destinée à être utilisée directement à partir de votre code.

S’applique à