interface ICoreWebView2ExperimentalFrame5

Note

This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.

Note

This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.

interface ICoreWebView2ExperimentalFrame5
  : public IUnknown

This is the ICoreWebView2ExperimentalFrame5 that provides the FrameId property.

Summary

Members Descriptions
get_FrameId The unique identifier of the current frame.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.1988

Members

get_FrameId

The unique identifier of the current frame.

public HRESULT get_FrameId(UINT32 * id)

It's the same kind of ID as with the FrameId in CoreWebView2 and via CoreWebView2FrameInfo.