ICoreWebView2BrowserExtension.get_IsEnabled

If isEnabled is true then the Extension is enabled and running in WebView instances. If it is false then the Extension is disabled and not running in WebView instances. When a Extension is first installed, IsEnable are default to be TRUE. isEnabled is persisted per profile. After an extension is removed, calling isEnabled will return the value at the time it was removed.

interface ICoreWebView2BrowserExtension
@" propget"
HRESULT
get_IsEnabled
(
BOOL* value
)

Meta