Partager via


HwndHost.DestroyWindowCore(HandleRef) Méthode

Définition

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).

S’applique à