CoreWebView2FrameInfo.ParentFrameInfo 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.
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.