BootstrapperBuilder Constructors

Definition

Initializes a new instance of the BootstrapperBuilder class.

Overloads

BootstrapperBuilder()

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new BootstrapperBuilder.

BootstrapperBuilder(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new BootstrapperBuilder.

BootstrapperBuilder()

Creates a new BootstrapperBuilder.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 BootstrapperBuilder();
public BootstrapperBuilder ();
Public Sub New ()

Applies to

BootstrapperBuilder(String)

Creates a new BootstrapperBuilder.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 BootstrapperBuilder(System::String ^ visualStudioVersion);
public BootstrapperBuilder (string visualStudioVersion);
new Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder : string -> Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder
Public Sub New (visualStudioVersion As String)

Parameters

visualStudioVersion
String

The version of Visual Studio that is used to build this bootstrapper.

Applies to