EntityDataSource.LoadControlState(Object) Método

Definição

Carrega os estados das propriedades no controle EntityDataSource que devem ser persistentes.Loads the state of the properties in the EntityDataSource control that need to be persisted.

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

Parâmetros

savedState
Object

O Object que contém informações de estado.The Object that contains state information.

Aplica-se a