MobileListItemCollection.LoadViewState(Object) Methode
Definition
Lädt den zuvor gespeicherten Ansichtszustand der Auflistung.Loads the collection's previously saved view state. Diese API ist veraltet.This API is obsolete. Weitere Informationen zur Entwicklung von mobilen ASP.NET-Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
protected:
void LoadViewState(System::Object ^ state);
protected void LoadViewState (object state);
member this.LoadViewState : obj -> unit
Protected Sub LoadViewState (state As Object)
Parameter
- state
- Object
Das Objekt, das die zu ladenden Ansichtszustandsinformationen enthält.The object containing the view-state information to be loaded.