WebViewControlProcess.CreateWebViewControlAsync(Int64, Rect) Method

Definition

Creates a Windows.Web.UI.Interop.WebViewControl within the context of this process.

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)

Parameters

hostWindowHandle
Int64

long long

long

The parent window.

bounds
Rect

The initial bounds of the window.

Returns

An asynchronous operation that completes with a Windows.Web.UI.Interop.WebViewControl.

Attributes

Applies to