MobileControl.CustomAttributes Özellik

Tanım

Denetim için tanımlanan özel öznitelik kümesini döndürür. Bu, API artık kullanılmıyor. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. ASP.NET ile Mobile Apps & Siteleri.

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

Özellik Değeri

Denetim için tanımlanan özel öznitelik kümesi.

Öznitelikler

Açıklamalar

Özel öznitelikleri etkinleştirmek için true olarak ayarlamanız AllowCustomAttributes gerekir.

Şunlara uygulanır

Ayrıca bkz.