Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Exposes functionality that you must have to create a bootstrapper.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Namespace: Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("1D202366-5EEA-4379-9255-6F8CDB8587C9")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IBootstrapperBuilder
[ComVisibleAttribute(true)]
[GuidAttribute("1D202366-5EEA-4379-9255-6F8CDB8587C9")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IBootstrapperBuilder
[ComVisibleAttribute(true)]
[GuidAttribute(L"1D202366-5EEA-4379-9255-6F8CDB8587C9")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IBootstrapperBuilder
[<ComVisibleAttribute(true)>]
[<GuidAttribute("1D202366-5EEA-4379-9255-6F8CDB8587C9")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IBootstrapperBuilder = interface end
public interface IBootstrapperBuilder
The IBootstrapperBuilder type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Path | Infrastructure. Gets or sets the ___location of the required bootstrapper files.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |
![]() |
Products | Infrastructure. Gets all products available at the current bootstrapper path.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Build | Infrastructure. Generates a bootstrapper based on the specified settings.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |
Top