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 完成的异步操作。

属性

适用于