BuildOperationResult 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.
Provides information as to the outcome of a build operation.
public ref class BuildOperationResult
public class BuildOperationResult
type BuildOperationResult = class
Public Class BuildOperationResult
- Inheritance
-
BuildOperationResult
Constructors
BuildOperationResult(Guid, BuildResult, IReadOnlyDictionary<String,String>) |
Initializes a new instance of the BuildOperationResult class. |
Properties
BuildResult |
Gets the result of the build operation. |
BuildStatistics |
Gets statistics about the build operation (e.g. the number of projects). |
OperationId |
Gets the unique identifier of the build operation. |