ActiveXHost.BuildWindowCore(HandleRef) 메서드

정의

ActiveXHost 창을 만들고 이를 부모에 할당합니다.

이 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입니다.

특성

적용 대상