TfxExtensionShareRunner.

Share(FilePath, ICollection<string>, TfxExtensionShareSettings) Method

Summary

Installs an extension using the specified shareSettings.

Syntax

public void Share(FilePath vsixFilePath, ICollection<string> shareWith, TfxExtensionShareSettings shareSettings)

Parameters

Name Type Description
vsixFilePath FilePath The path to the VSIX.
shareWith ICollection<string> The accounts to share the extension to.
shareSettings TfxExtensionShareSettings The shareSettings.

Return Value

Type Description
void