다음을 통해 공유


WebViewControlProcess.CreateWebViewControlAsync(Int64, Rect) 메서드

정의

이 프로세스의 컨텍스트 내에서 Windows.Web.UI.Interop.WebViewControl 을 만듭니다.

public:
 virtual IAsyncOperation<WebViewControl ^> ^ CreateWebViewControlAsync(long long hostWindowHandle, Rect bounds) = CreateWebViewControlAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<WebViewControl> CreateWebViewControlAsync(long const& hostWindowHandle, Rect const& bounds);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<WebViewControl> CreateWebViewControlAsync(long hostWindowHandle, Rect bounds);
function createWebViewControlAsync(hostWindowHandle, bounds)
Public Function CreateWebViewControlAsync (hostWindowHandle As Long, bounds As Rect) As IAsyncOperation(Of WebViewControl)

매개 변수

hostWindowHandle
Int64

long long

long

부모 창입니다.

bounds
Rect

창의 초기 범위입니다.

반환

Windows.Web.UI.Interop.WebViewControl로 완료되는 비동기 작업입니다.

특성

적용 대상