다음을 통해 공유


WebView2CompositionControl.CoreWebView2 Property

Definition

Accesses the complete functionality of the underlying CoreWebView2 COM API. Returns null until initialization has completed. See the WebView2 class documentation for an initialization overview.

[System.ComponentModel.Browsable(false)]
public Microsoft.Web.WebView2.Core.CoreWebView2 CoreWebView2 { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CoreWebView2 : Microsoft.Web.WebView2.Core.CoreWebView2
Public ReadOnly Property CoreWebView2 As CoreWebView2

Property Value

Implements

Attributes

Applies to