MobileControl.SetAttribute(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MobileControl オブジェクトに割り当てる属性とその値を指定します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。
protected:
void SetAttribute(System::String ^ name, System::String ^ value);
protected void SetAttribute(string name, string value);
member this.SetAttribute : string * string -> unit
Protected Sub SetAttribute (name As String, value As String)
パラメーター
注釈
メソッドの呼び出しによって設定された SetAttribute 属性は、 プロパティに CustomAttributes 格納されます。