Compartir a través de


AttributeDictionary.Enumerator.Current Propiedad

Definición

Obtiene el elemento de la colección situado en la posición actual del enumerador.

public:
 property System::Collections::Generic::KeyValuePair<System::String ^, System::String ^> Current { System::Collections::Generic::KeyValuePair<System::String ^, System::String ^> get(); };
public System.Collections.Generic.KeyValuePair<string,string> Current { get; }
public System.Collections.Generic.KeyValuePair<string,string?> Current { get; }
member this.Current : System.Collections.Generic.KeyValuePair<string, string>
Public ReadOnly Property Current As KeyValuePair(Of String, String)

Valor de propiedad

Implementaciones

Se aplica a