ICoreWebView2BrowserExtension.get_Name

This is the browser extension's name. This value is defined in this browser extension's manifest.json file. If manifest.json define extension's localized name, this value will be the localized version of the name. Please see Manifest.json name for more details. After an extension is removed, calling Name will return the name of the extension that is removed. The caller must free the returned string with CoTaskMemFree. See API Conventions.

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

Meta