ICoreWebView2Environment.get_BrowserVersionString

The browser version info of the current ICoreWebView2Environment, including channel name if it is not the WebView2 Runtime. It matches the format of the GetAvailableCoreWebView2BrowserVersionString API. Channel names are beta, dev, and canary.

The caller must free the returned string with CoTaskMemFree. See API Conventions.

\snippet AppWindow.cpp GetBrowserVersionString

interface ICoreWebView2Environment
@" propget"
HRESULT
get_BrowserVersionString
(
LPWSTR* versionInfo
)
Suggestion Box / Bug Report