HwndHost.DestroyWindowCore(HandleRef) 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.
En cas de substitution dans une classe dérivée, détruit la fenêtre hébergée.
protected:
abstract void DestroyWindowCore(System::Runtime::InteropServices::HandleRef hwnd);
protected abstract void DestroyWindowCore (System.Runtime.InteropServices.HandleRef hwnd);
abstract member DestroyWindowCore : System.Runtime.InteropServices.HandleRef -> unit
Protected MustOverride Sub DestroyWindowCore (hwnd As HandleRef)
Paramètres
- hwnd
- HandleRef
Structure qui contient le handle de fenêtre.
Remarques
Important
Ce type ou ce membre n’est pas disponible dans la zone de sécurité Internet.
Notes pour les responsables de l’implémentation
Remplacez cette méthode pour détruire la fenêtre hébergée comme créé par BuildWindowCore(HandleRef). Le hwnd
paramètre doit être le handle comme retourné par BuildWindowCore(HandleRef).