WebView2.CoreWebView2 Propriété
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.
Obtient une référence à l’objet CoreWebView2 associé.
public:
property CoreWebView2 ^ CoreWebView2 { CoreWebView2 ^ get(); };
CoreWebView2 CoreWebView2();
public CoreWebView2 CoreWebView2 { get; }
var coreWebView2 = webView2.coreWebView2;
Public ReadOnly Property CoreWebView2 As CoreWebView2
Valeur de propriété
Référence à l’objet CoreWebView2 associé.