Skip to content

Commit 854c25a

Browse files
author
Wangsong Jin
committed
Update FrameProcessInfo.md
1 parent 79ad4f3 commit 854c25a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

specs/FrameProcesssInfo.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)