ICoreWebView2BrowserExtensionList

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2BrowserExtensionList : IUnknown {
static const
GUID iid;
}

Members

Functions

GetValueAtIndex
HRESULT GetValueAtIndex(UINT index, ICoreWebView2BrowserExtension* extension)

Gets the browser Extension located in the browser Extension List at the given index.

get_Count
HRESULT get_Count(UINT* count)

The number of browser Extensions in the list.

Meta