次の方法で共有


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 で完了する非同期操作。

属性

適用対象