Compartilhar via


WebViewControlProcess.CreateWebViewControlAsync(Int64, Rect) Método

Definição

Cria um Windows.Web.UI.Interop.WebViewControl dentro do contexto desse processo.

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)

Parâmetros

hostWindowHandle
Int64

long long

long

A janela pai.

bounds
Rect

Os limites iniciais da janela.

Retornos

Uma operação assíncrona que é concluída com um Windows.Web.UI.Interop.WebViewControl.

Atributos

Aplica-se a