MobileControl.CustomAttributes Właściwość

Definicja

Zwraca zestaw atrybutów niestandardowych zdefiniowanych dla kontrolki. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

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

Wartość właściwości

Zestaw atrybutów niestandardowych zdefiniowanych dla kontrolki.

Atrybuty

Uwagi

Należy ustawić wartość , AllowCustomAttributes aby true włączyć atrybuty niestandardowe.

Dotyczy

Zobacz też