Share via


DependencyAcquisition.InstallVSPackage(String, Int32) Method

Definition

Installs a VS component/package.

public static void InstallVSPackage (string packageId, int timeout);
static member InstallVSPackage : string * int -> unit
Public Shared Sub InstallVSPackage (packageId As String, timeout As Integer)

Parameters

packageId
String

The VS component/package ID.

timeout
Int32

Suppress the dialog if the user was prompted in the last timeout seconds.

Applies to