BoundField.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.
Restaure les informations d'état d'affichage précédemment enregistrées pour ce champ.
protected:
override void LoadViewState(System::Object ^ state);
protected override void LoadViewState (object state);
override this.LoadViewState : obj -> unit
Protected Overrides Sub LoadViewState (state As Object)
Paramètres
- state
- Object
Représente l'état du contrôle à restaurer.