Sdílet prostřednictvím


DynamicControl.GetAttribute(String) Metoda

Definice

Načte hodnotu atributu pomocí zadaného klíče.

public:
 virtual System::String ^ GetAttribute(System::String ^ key);
public string GetAttribute (string key);
abstract member GetAttribute : string -> string
override this.GetAttribute : string -> string
Public Function GetAttribute (key As String) As String

Parametry

key
String

Název atributu

Návraty

String

Hodnota atributu.

Implementuje

Poznámky

Pokud je nullkolekce atributů , tato metoda vrátí prázdný řetězec.

Platí pro

Viz také