ObjectListItemCollection.LoadViewState(Object) Método

Definição

Carrega o estado de exibição salvo anteriormente para o controle.Loads the previously saved view state to the control. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com 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)

Parâmetros

state
Object

O objeto que contém as informações de estado de exibição a ser carregado.The object containing the view-state information to be loaded.

Aplica-se a