WebViewControlProcess.CreateWebViewControlAsync(Int64, Rect) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un Windows.Web.UI.Interop.WebViewControl dans le contexte de ce processus.
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)
Paramètres
- hostWindowHandle
-
Int64
long long
long
Fenêtre parente.
- bounds
- Rect
Limites initiales de la fenêtre.
Retours
Opération asynchrone qui se termine par un contrôle Windows.Web.UI.Interop.WebViewControl.
- Attributs