Share via


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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象