TagList.Item[Int32] Propriété

Définition

Obtient ou définit les balises à l’index spécifié.

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

Paramètres

index
Int32

Index d'élément.

Valeur de propriété

Élément au niveau de l'index spécifié.

Implémente

Exceptions

index n’est pas un index valide dans TagList.

S’applique à