UpdateProgress.IAttributeAccessor.GetAttribute(String) Metódus

Definíció

Egy webvezérlő attribútumát adja vissza a megadott név használatával.

 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

Paraméterek

key
String

A visszaadni kívánt attribútum neve.

Válaszok

Az attribútum értéke.

Megvalósítás

Megjegyzések

Ez a tag egy explicit felületi tag implementációja. Csak akkor használható, ha a UpdateProgress példányt egy IAttributeAccessor felületre öntötték.

A következőre érvényes: