interface ICoreWebView2ExperimentalBrowserExtensionList

Note

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

Note

This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.

interface ICoreWebView2ExperimentalBrowserExtensionList
  : 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.1988

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, ICoreWebView2ExperimentalBrowserExtension ** extension)