UpdateProgress.IAttributeAccessor.GetAttribute(String) Metoda

Definice

Vrátí atribut webového ovládacího prvku pomocí zadaného názvu.

 virtual System::String ^ System.Web.UI.IAttributeAccessor.GetAttribute(System::String ^ key) = System::Web::UI::IAttributeAccessor::GetAttribute;
string IAttributeAccessor.GetAttribute(string key);
abstract member System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
override this.System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
Function GetAttribute (key As String) As String Implements IAttributeAccessor.GetAttribute

Parametry

key
String

Název atributu, který se má vrátit.

Návraty

Hodnota atributu.

Implementuje

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, UpdateProgress že je instance přetypována do IAttributeAccessor rozhraní.

Platí pro