Bagikan melalui


MobileControl.CustomAttributes Properti

Definisi

Mengembalikan set atribut kustom yang ditentukan untuk kontrol. API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan 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

Nilai Properti

Kumpulan atribut kustom yang ditentukan untuk kontrol.

Atribut

Keterangan

Anda harus mengatur AllowCustomAttributes ke true untuk mengaktifkan atribut kustom.

Berlaku untuk

Lihat juga