AutoFieldsGenerator.LoadViewState(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Charge l'état qui était enregistré précédemment à l'aide de la méthode SaveViewState().
protected:
virtual void LoadViewState(System::Object ^ savedState);
protected virtual void LoadViewState(object savedState);
abstract member LoadViewState : obj -> unit
override this.LoadViewState : obj -> unit
Protected Overridable Sub LoadViewState (savedState As Object)
Paramètres
- savedState
- Object
État du contrôle à restaurer.
Remarques
Cette méthode peut être remplacée.