MobileControl.CustomAttributes プロパティ

定義

コントロールに定義されたカスタム属性のセットを返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 property System::Web::UI::StateBag ^ CustomAttributes { System::Web::UI::StateBag ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.StateBag CustomAttributes { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.CustomAttributes : System.Web.UI.StateBag
Public ReadOnly Property CustomAttributes As StateBag

プロパティ値

コントロールに定義されたカスタム属性のセット。

属性

注釈

カスタム属性を有効にするには、 AllowCustomAttributes を に true 設定する必要があります。

適用対象

こちらもご覧ください