Bagikan melalui


MobilePage.GetPrivateViewState(MobileControl) Metode

Definisi

Mengambil status tampilan untuk kontrol. API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan ASP.NET.

public:
 System::Object ^ GetPrivateViewState(System::Web::UI::MobileControls::MobileControl ^ ctl);
public object GetPrivateViewState (System.Web.UI.MobileControls.MobileControl ctl);
member this.GetPrivateViewState : System.Web.UI.MobileControls.MobileControl -> obj
Public Function GetPrivateViewState (ctl As MobileControl) As Object

Parameter

ctl
MobileControl

Kontrol tempat status diambil.

Mengembalikan

Objek StateBag yang terkait dengan kontrol.

Keterangan

Status tampilan kontrol adalah agregasi semua nilai properti non-defaultnya.

Berlaku untuk

Lihat juga