ControlAdapter.LoadAdapterState(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. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
public:
virtual void LoadAdapterState(System::Object ^ state);
public virtual void LoadAdapterState(object state);
abstract member LoadAdapterState : obj -> unit
override this.LoadAdapterState : obj -> unit
Public Overridable Sub LoadAdapterState (state As Object)
Paramètres
- state
- Object
État actuel de l’affichage.
Implémente
Remarques
Cette méthode est appelée lorsque le contrôle charge son état d’affichage privé. Une carte d’appareil peut enregistrer la vue spécifique à l’adaptateur pour un contrôle.