WindowsFormsHost.DestroyWindowCore(HandleRef) 方法

定義

覆寫 DestroyWindowCore(HandleRef) 以刪除包含這個物件的視窗。

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)

參數

hwnd
HandleRef

視窗控制代碼。 不使用這個參數。

適用於

另請參閱