DataPagerField.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 modifications apportées à l'état de vue de l'objet DataPagerField.
protected:
virtual System::Object ^ SaveViewState();
protected virtual object SaveViewState ();
abstract member SaveViewState : unit -> obj
override this.SaveViewState : unit -> obj
Protected Overridable Function SaveViewState () As Object
Retours
Modifications de l'état d'affichage pour le contrôle.
Remarques
Si aucun état d’affichage n’est associé à l’objet, la SaveViewState méthode retourne null
.
La SaveViewState méthode est principalement utilisée par les développeurs de contrôles.