Edit

Share via


ExtensionManagementHttpClient.GetInstalledExtensionsAsync Method

Definition

[Preview API] List the installed extensions in the account / project collection.

public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.InstalledExtension>> GetInstalledExtensionsAsync (Nullable<bool> includeDisabledExtensions = null, Nullable<bool> includeErrors = null, System.Collections.Generic.IEnumerable<string> assetTypes = null, Nullable<bool> includeInstallationIssues = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
member this.GetInstalledExtensionsAsync : Nullable<bool> * Nullable<bool> * seq<string> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.InstalledExtension>>

Parameters

includeDisabledExtensions
Nullable<Boolean>

If true (the default), include disabled extensions in the results.

includeErrors
Nullable<Boolean>

If true, include installed extensions with errors.

assetTypes
IEnumerable<String>
includeInstallationIssues
Nullable<Boolean>
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to