BuildResults Class
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.
Inheritance Hierarchy
System.Object
Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults
Namespace: Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("FAD7BA7C-CA00-41e0-A5EF-2DA9A74E58E6")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class BuildResults _
Implements IBuildResults
[ComVisibleAttribute(true)]
[GuidAttribute("FAD7BA7C-CA00-41e0-A5EF-2DA9A74E58E6")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class BuildResults : IBuildResults
[ComVisibleAttribute(true)]
[GuidAttribute(L"FAD7BA7C-CA00-41e0-A5EF-2DA9A74E58E6")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class BuildResults : IBuildResults
[<ComVisibleAttribute(true)>]
[<GuidAttribute("FAD7BA7C-CA00-41e0-A5EF-2DA9A74E58E6")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type BuildResults =
class
interface IBuildResults
end
public class BuildResults implements IBuildResults
The BuildResults type exposes the following members.
Properties
Name | Description | |
---|---|---|
ComponentFiles | Infrastructure. Gets 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 path of 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 the 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. Gets a Boolean value that 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
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.