ObjectListCommandCollection.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.
Charge l'état d'affichage précédemment enregistré dans le contrôle. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.
protected:
void LoadViewState(System::Object ^ state);
protected void LoadViewState(object state);
member this.LoadViewState : obj -> unit
Protected Sub LoadViewState (state As Object)
Paramètres
- state
- Object
Objet contenant les informations sur l'état d'affichage à charger.