TagList.Item[Int32] Proprietà

Definizione

Ottiene o imposta i tag in corrispondenza dell'indice specificato.

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)

Parametri

index
Int32

Indice dell'elemento.

Valore della proprietà

Elemento in corrispondenza dell'indice specificato.

Implementazioni

Eccezioni

index non è un indice valido nell'interfaccia TagList.

Si applica a