CoreWebView2FrameInfo.FrameKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.