共用方式為


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完成的非同步作業。

屬性

適用於