ObjectListItemCollection.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 ^ state);
protected void LoadViewState(object state);
member this.LoadViewState : obj -> unit
Protected Sub LoadViewState (state As Object)

Parametrar

state
Object

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

Gäller för