IBuildResults Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the results of the BootstrapperBuilder build operation.
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("586B842C-D9C7-43b8-84E4-9CFC3AF9F13B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IBuildResults
[ComVisibleAttribute(true)]
[GuidAttribute("586B842C-D9C7-43b8-84E4-9CFC3AF9F13B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IBuildResults
[ComVisibleAttribute(true)]
[GuidAttribute(L"586B842C-D9C7-43b8-84E4-9CFC3AF9F13B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IBuildResults
[<ComVisibleAttribute(true)>]
[<GuidAttribute("586B842C-D9C7-43b8-84E4-9CFC3AF9F13B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IBuildResults = interface end
public interface IBuildResults
The IBuildResults type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ComponentFiles | Infrastructure. Gets the file paths to the copied component installer 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. |
![]() |
KeyFile | Infrastructure. Gets the file path to the generated primary bootstrapper file.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. |
![]() |
Messages | Infrastructure. Gets the build messages generated from a bootstrapper build.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. |
![]() |
Succeeded | Infrastructure. Indicates whether the bootstrapper build was successful.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