BootstrapperBuilder Constructors
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.
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()
- Source:
- BootstrapperBuilder.cs
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)
- Source:
- BootstrapperBuilder.cs
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.