Share via


WindowsFormsHost.DestroyWindowCore(HandleRef) Methode

Definition

Überschreibt DestroyWindowCore(HandleRef), um das Fenster zu löschen, das dieses Objekt enthält.

protected:
 override void DestroyWindowCore(System::Runtime::InteropServices::HandleRef hwnd);
protected override void DestroyWindowCore (System.Runtime.InteropServices.HandleRef hwnd);
override this.DestroyWindowCore : System.Runtime.InteropServices.HandleRef -> unit
Protected Overrides Sub DestroyWindowCore (hwnd As HandleRef)

Parameter

hwnd
HandleRef

Ein Fensterhandle. Dieser Parameter wird nicht verwendet.

Gilt für

Siehe auch