HwndHost.DestroyWindowCore(HandleRef) Método

Definición

Cuando se invalida en una clase derivada, destruye la ventana hospedada.

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)

Parámetros

hwnd
HandleRef

Estructura que contiene el identificador de ventana.

Comentarios

Importante

Este tipo o miembro no está disponible en la zona de seguridad de Internet.

Notas a los implementadores

Invalide este método para destruir la ventana hospedada como ha creado BuildWindowCore(HandleRef). El hwnd parámetro debe ser el identificador devuelto por BuildWindowCore(HandleRef).

Se aplica a