Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.42 KB

icorewebview2frame5.md

File metadata and controls

50 lines (36 loc) · 1.42 KB
description title ms.date keywords topic_type api_name api_type api_location
This is an extension of the ICoreWebView2Frame interface that provides the `FrameId` property.
WebView2 Win32 C++ ICoreWebView2Frame5
02/26/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2Frame5
APIRef
ICoreWebView2Frame5
ICoreWebView2Frame5.get_FrameId
COM
embeddedbrowserwebview.dll

interface ICoreWebView2Frame5

[!INCLUDE deprecation-note]

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

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.