CreateUserWizard.SaveViewState 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.
Enregistre les états qui ont été modifiés après l’appel de la méthode TrackViewState().
protected:
override System::Object ^ SaveViewState();
protected override object SaveViewState ();
override this.SaveViewState : unit -> obj
Protected Overrides Function SaveViewState () As Object
Retours
Objet qui contient l’état d’affichage actuel du contrôle ; sinon, si aucun état d’affichage n’est associé au contrôle, null
.