ICoreWebView2BrowserExtension.get_Id

This is the browser extension's ID. This is the same browser extension ID returned by the browser extension API `chrome.runtime.id`. Please see that documentation for more details on how the ID is generated. After an extension is removed, calling Id will return the id of the extension that is removed. The caller must free the returned string with CoTaskMemFree. See API Conventions.

interface ICoreWebView2BrowserExtension
@" propget"
HRESULT
get_Id
(
LPWSTR* value
)

Meta