DeviceSpecificChoice.SetAttribute(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した値を、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
属性に割り当てられる値。