UpdateProgress.IAttributeAccessor.SetAttribute(String, String) Metódus

Definíció

Beállítja a megadott felhasználóvezérlő attribútum értékét.

 virtual void System.Web.UI.IAttributeAccessor.SetAttribute(System::String ^ key, System::String ^ value) = System::Web::UI::IAttributeAccessor::SetAttribute;
void IAttributeAccessor.SetAttribute(string key, string value);
abstract member System.Web.UI.IAttributeAccessor.SetAttribute : string * string -> unit
override this.System.Web.UI.IAttributeAccessor.SetAttribute : string * string -> unit
Sub SetAttribute (key As String, value As String) Implements IAttributeAccessor.SetAttribute

Paraméterek

key
String

A beállítani kívánt attribútum neve.

value
String

A beállítani kívánt 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: