Compartilhar via


CoreWebView2FrameInfo.FrameKind Property

Definition

Gets the kind of the frame. FrameKind will only be populated when obtained calling @CoreWebView2ProcessExtendedInfo.AssociatedFrameInfos. @CoreWebView2ProcessExtendedInfo.CoreWebView2FrameInfo objects obtained via @CoreWebView2.ProcessFailed will always have the default value @CoreWebView2FrameKind$.Other.

public Microsoft.Web.WebView2.Core.CoreWebView2FrameKind FrameKind { get; }
member this.FrameKind : Microsoft.Web.WebView2.Core.CoreWebView2FrameKind
Public ReadOnly Property FrameKind As CoreWebView2FrameKind

Property Value

Remarks

FrameKind could be out of date as it's a snapshot.

Applies to