UpdateProgress.IAttributeAccessor.SetAttribute(String, String) 方法

定义

设置指定的用户控件特性的值。

 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

参数

key
String

要设置的特性的名称。

value
String

要设置的属性的值。

实现

注解

此成员是显式接口成员的实现。 它只能在 UpdateProgress 实例被强制转换为 IAttributeAccessor 接口时使用。

适用于