次の方法で共有


DeviceSpecificChoice.SetAttribute(String, String) メソッド

定義

指定した値を、key で指定した属性に代入します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

protected:
 void SetAttribute(System::String ^ key, System::String ^ value);
protected void SetAttribute (string key, string value);
member this.SetAttribute : string * string -> unit
Protected Sub SetAttribute (key As String, value As String)

パラメーター

key
String

設定する属性名です。

value
String

属性に割り当てられる値。

適用対象

こちらもご覧ください