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 Mobile Apps & Sites avec ASP.NET.
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 d’affichage actuel.
Implémente
Remarques
Cette méthode est appelée lorsque le contrôle charge son état d’affichage privé. Une carte de périphérique peut enregistrer l’affichage spécifique à l’adaptateur pour un contrôle.