ActiveXHost.BuildWindowCore(HandleRef) 方法

定義

建立 ActiveXHost 視窗並將它指派至父代 (Parent)。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

protected:
 override System::Runtime::InteropServices::HandleRef BuildWindowCore(System::Runtime::InteropServices::HandleRef hwndParent);
[System.Security.SecurityCritical]
protected override System.Runtime.InteropServices.HandleRef BuildWindowCore (System.Runtime.InteropServices.HandleRef hwndParent);
protected override System.Runtime.InteropServices.HandleRef BuildWindowCore (System.Runtime.InteropServices.HandleRef hwndParent);
[<System.Security.SecurityCritical>]
override this.BuildWindowCore : System.Runtime.InteropServices.HandleRef -> System.Runtime.InteropServices.HandleRef
override this.BuildWindowCore : System.Runtime.InteropServices.HandleRef -> System.Runtime.InteropServices.HandleRef
Protected Overrides Function BuildWindowCore (hwndParent As HandleRef) As HandleRef

參數

hwndParent
HandleRef

父視窗。

傳回

HandleRef

HandleRef 視窗的 ActiveXHost

屬性

適用於