MobileControl.IAttributeAccessor.SetAttribute(String, String) メソッド

定義

このメンバーの詳細については、「SetAttribute(String, String)」をご覧ください。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

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

パラメーター

name
String

設定する属性を指定する名前。

value
String

設定される値です。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、MobileControl のインスタンスが IAttributeAccessor インターフェイスにキャストされる場合のみ、使用できます。

適用対象

こちらもご覧ください