PasswordRecovery.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.
Implémente la méthode LoadViewState(Object) de base.
protected:
override void LoadViewState(System::Object ^ savedState);
protected override void LoadViewState(object savedState);
override this.LoadViewState : obj -> unit
Protected Overrides Sub LoadViewState (savedState As Object)
Paramètres
- savedState
- Object
Objet qui représente l'état d'affichage à restaurer.
Exceptions
L’état d’affichage n’est pas valide.