TfxExtensionInstallRunner.

Install(FilePath, ICollection<string>, TfxExtensionInstallSettings) Method

Summary

Installs an extension using the specified settings.

Syntax

public void Install(FilePath vsixFilePath, ICollection<string> accounts, TfxExtensionInstallSettings settings)

Parameters

Name Type Description
vsixFilePath FilePath The path to the VSIX.
accounts ICollection<string> The accounts to install the extension to.
settings TfxExtensionInstallSettings The settings.

Return Value

Type Description
void