File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -417,7 +417,11 @@ interface ICoreWebView2FrameInfo2 : ICoreWebView2FrameInfo {
417417 /// always have an invalid frame Id 0.
418418 /// Note that this ` FrameId ` could be out of date as it's a snapshot.
419419 [ propget] HRESULT FrameId([ out, retval] UINT32* id);
420- /// The frame kind of the frame.
420+ /// The frame kind of the frame. ` FrameKind ` will only be populated when
421+ /// obtained calling ` CoreWebView2ProcessInfo.AssociatedFrameInfos ` .
422+ /// ` CoreWebView2FrameInfo ` objects obtained via ` CoreWebView2.ProcessFailed `
423+ /// will always have the default value ` COREWEBVIEW2_FRAME_KIND_OTHER ` .
424+ /// Note that this ` FrameKind ` could be out of date as it's a snapshot.
421425 [ propget] HRESULT FrameKind([ out, retval] COREWEBVIEW2_FRAME_KIND* kind);
422426}
423427
You can’t perform that action at this time.
0 commit comments