GraphBuildResult 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.
public ref class GraphBuildResult sealed
public sealed class GraphBuildResult
type GraphBuildResult = class
Public NotInheritable Class GraphBuildResult
- Inheritance
-
GraphBuildResult
Properties
CircularDependency |
Returns a flag indicating if a circular dependency was detected. |
Exception |
Returns the exception generated while this result was run, if any. |
Item[ProjectGraphNode] |
Indexer which sets or returns results for the specified node |
OverallResult |
Returns the overall result for this result set. |
ResultsByNode |
Returns an enumerator for all build results in this graph build result |
SubmissionId |
Returns the submission id. |