ObjectListFieldCollection.LoadViewState(Object) Metod

Definition

Läser in det tidigare sparade visningstillståndet till kontrollen. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med ASP.NET.

protected:
 void LoadViewState(System::Object ^ savedState);
protected void LoadViewState(object savedState);
member this.LoadViewState : obj -> unit
Protected Sub LoadViewState (savedState As Object)

Parametrar

savedState
Object

Objektet som innehåller informationen om visningstillståndet som ska läsas in.

Gäller för