Share via


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
Public property 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.
Public property 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.
Public property 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.
Public property 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Build.Tasks.Deployment.Bootstrapper Namespace