HwndHost.DestroyWindowCore(HandleRef) Metodo

Definizione

Quando è sottoposto a override in una classe derivata, determina l'eliminazione della finestra ospitata.

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)

Parametri

hwnd
HandleRef

Struttura contenente l'handle della finestra.

Commenti

Importante

Questo tipo o membro non è disponibile nell'area di sicurezza Internet.

Note per gli implementatori

Eseguire l'override di questo metodo per eliminare la finestra ospitata come creato da BuildWindowCore(HandleRef). Il hwnd parametro deve essere l'handle restituito da BuildWindowCore(HandleRef).

Si applica a