BuildResults Class
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.
Represents the results of the Build operation of the BootstrapperBuilder.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class BuildResults : Microsoft::Build::Tasks::Deployment::Bootstrapper::IBuildResults
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("FAD7BA7C-CA00-41e0-A5EF-2DA9A74E58E6")]
public class BuildResults : Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("FAD7BA7C-CA00-41e0-A5EF-2DA9A74E58E6")>]
type BuildResults = class
interface IBuildResults
Public Class BuildResults
Implements IBuildResults
- Inheritance
-
BuildResults
- Attributes
- Implements
Properties
ComponentFiles |
This API supports the product infrastructure and is not intended to be used directly from your code. File paths to copied component installer files |
KeyFile |
This API supports the product infrastructure and is not intended to be used directly from your code. The file path to the generated primary bootstrapper file |
Messages |
This API supports the product infrastructure and is not intended to be used directly from your code. The build messages generated from a bootstrapper build |
Succeeded |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns true if the bootstrapper build was successful, false otherwise |