GraphBuildResult.Item[ProjectGraphNode] Property

Definition

Indexer which sets or returns results for the specified node

public:
 property Microsoft::Build::Execution::BuildResult ^ default[Microsoft::Build::Graph::ProjectGraphNode ^] { Microsoft::Build::Execution::BuildResult ^ get(Microsoft::Build::Graph::ProjectGraphNode ^ node); };
public Microsoft.Build.Execution.BuildResult this[Microsoft.Build.Graph.ProjectGraphNode node] { get; }
member this.Item(Microsoft.Build.Graph.ProjectGraphNode) : Microsoft.Build.Execution.BuildResult
Default Public ReadOnly Property Item(node As ProjectGraphNode) As BuildResult

Parameters

node
ProjectGraphNode

The node

Property Value

The results for the specified node

Applies to