Condividi tramite


WebViewControlProcess.CreateWebViewControlAsync(Int64, Rect) Metodo

Definizione

Crea un oggetto Windows.Web.UI.Interop.WebViewControl nel contesto di questo 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)

Parametri

hostWindowHandle
Int64

long long

long

Finestra padre.

bounds
Rect

Limiti iniziali della finestra.

Restituisce

Operazione asincrona che viene completata con windows.Web.UI.Interop.WebViewControl.

Attributi

Si applica a