WebViewControlProcess.CreateWebViewControlAsync(Int64, Rect) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 프로세스의 컨텍스트 내에서 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로 완료되는 비동기 작업입니다.
- 특성