MobileControl.CustomAttributes Właściwość

Definicja

Zwraca zestaw atrybutów niestandardowych zdefiniowanych dla kontrolki. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z 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 zdefiniowany dla kontrolki.

Atrybuty

Uwagi

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

Dotyczy

Zobacz też