BuildResult 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.
Contains the current results for all of the targets which have produced results for a particular configuration.
public ref class BuildResult
public class BuildResult
type BuildResult = class
Public Class BuildResult
- Inheritance
-
BuildResult
Constructors
| BuildResult() |
Constructor for serialization. |
Properties
| CircularDependency |
Returns a flag indicating if a circular dependency was detected. |
| ConfigurationId |
Returns the configuration ID for this result. |
| Exception |
Returns the exception generated while this result was run, if any. |
| GlobalRequestId |
Returns the build request id for which this result was generated |
| Item[String] |
Indexer which sets or returns results for the specified target |
| NodeRequestId |
Returns the node build request id for which this result was generated |
| OverallResult |
Returns the overall result for this result set. |
| ParentGlobalRequestId |
Returns the build request id for the parent of the request for which this result was generated |
| ProjectStateAfterBuild |
ProjectInstance state after the build. In general, it may be a non buildable-dummy object, and should only be used to retrieve Properties, GlobalProperties and Items from it. Any other operation is not guaranteed to be supported. |
| ResultsByTarget |
Returns an enumerator for all target results in this build result |
| SubmissionId |
Returns the submission id. |
Methods
| AddResultsForTarget(String, TargetResult) |
Adds the results for the specified target to this result collection. |
| Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
| GetType() |
Gets the Type of the current instance. (Inherited from Object) |
| HasResultsForTarget(String) |
Determines if there are any results for the specified target. |
| MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
| MergeResults(BuildResult) |
Merges the specified results with the results contained herein. |
| ToString() |
Returns a string that represents the current object. (Inherited from Object) |