Freigeben über


WebViewControlProcess.CreateWebViewControlAsync(Int64, Rect) Methode

Definition

Erstellt ein Windows.Web.UI.Interop.WebViewControl im Kontext dieses Prozesses.

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)

Parameter

hostWindowHandle
Int64

long long

long

Das übergeordnete Fenster.

bounds
Rect

Die anfänglichen Begrenzungen des Fensters.

Gibt zurück

Ein asynchroner Vorgang, der mit einem Windows.Web.UI.Interop.WebViewControl abgeschlossen wird.

Attribute

Gilt für: