interface ICoreWebView2Frame5
interface ICoreWebView2Frame5
: public ICoreWebView2Frame4
This is an extension of the ICoreWebView2Frame interface that provides the FrameId
property.
Summary
Members | Descriptions |
---|---|
get_FrameId | The unique identifier of the current frame. |
Applies to
Product | Introduced |
---|---|
WebView2 Win32 | 1.0.2210.55 |
WebView2 Win32 Prerelease | 1.0.2357 |
Members
get_FrameId
The unique identifier of the current frame.
public HRESULT get_FrameId(UINT32 * value)
It's the same kind of ID as with the FrameId
in CoreWebView2
and via CoreWebView2FrameInfo
.