Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.93 KB

icorewebview2browserextensionlist.md

File metadata and controls

58 lines (41 loc) · 1.93 KB
description title ms.date keywords topic_type api_name api_type api_location
Provides a set of properties for managing browser Extension Lists from user profile.
WebView2 Win32 C++ ICoreWebView2BrowserExtensionList
05/20/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2BrowserExtensionList
APIRef
ICoreWebView2BrowserExtensionList
ICoreWebView2BrowserExtensionList.get_Count
ICoreWebView2BrowserExtensionList.GetValueAtIndex
COM
embeddedbrowserwebview.dll

interface ICoreWebView2BrowserExtensionList

[!INCLUDE deprecation-note]

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 1.0.2210.55
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)