CoreWebView2FrameInfo.ParentFrameInfo Property

Definition

This parent frame's CoreWebView2FrameInfo. ParentFrameInfo will only be populated when obtained via calling AssociatedFrameInfos. CoreWebView2FrameInfo objects obtained via ProcessFailed will always have a null ParentFrameInfo. This property is also null for the top most document in the CoreWebView2 which has no parent frame.

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

Property Value

Remarks

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

Applies to