Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
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
.