CoreWebView2Profile.GetBrowserExtensionsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a snapshot of the set of extensions on current user profile.
See CoreWebView2BrowserExtension for descriptions of browser extensions.
public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Web.WebView2.Core.CoreWebView2BrowserExtension>> GetBrowserExtensionsAsync ();
member this.GetBrowserExtensionsAsync : unit -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Web.WebView2.Core.CoreWebView2BrowserExtension>>
Public Function GetBrowserExtensionsAsync () As Task(Of IReadOnlyList(Of CoreWebView2BrowserExtension))
Returns
Remarks
Gets a snapshot of the set of extensions installed at the time GetBrowserExtensions
is called. If an extension is installed or uninstalled after GetBrowserExtensions
completes, the list returned by GetBrowserExtensions
remains the same. When AreBrowserExtensionsEnabled
is false
, GetBrowserExtensions
won't return any extensions on current user profile.