GraphBuildResult Class

Definition

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.

Applies to