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 d’affichage 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
L’état d’affichage change pour le contrôle.
Remarques
S’il n’existe aucun état d’affichage associé à l’objet, la SaveViewState méthode retourne null.
La SaveViewState méthode est principalement utilisée par les développeurs de contrôles.