interface ICoreWebView2BrowserExtensionList

Note

This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.

interface ICoreWebView2BrowserExtensionList
  : public IUnknown

Provides a set of properties for managing browser Extension Lists from user profile.

Summary

Members Descriptions
get_Count The number of browser Extensions in the list.
GetValueAtIndex Gets the browser Extension located in the browser Extension List at the given index.

This includes the number of browser Extensions in the list, and the ability to get an browser Extension from the list at a particular index.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.2194

Members

get_Count

The number of browser Extensions in the list.

public HRESULT get_Count(UINT * count)

GetValueAtIndex

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

public HRESULT GetValueAtIndex(UINT index, ICoreWebView2BrowserExtension ** extension)