DependencyAcquisition.InstallVSPackage(String, Int32) 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.
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.