ProjectGraph.ProjectNodes Property

Definition

Get an unordered collection of all project nodes in the graph.

public:
 property System::Collections::Generic::IReadOnlyCollection<Microsoft::Build::Graph::ProjectGraphNode ^> ^ ProjectNodes { System::Collections::Generic::IReadOnlyCollection<Microsoft::Build::Graph::ProjectGraphNode ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.Graph.ProjectGraphNode> ProjectNodes { get; }
member this.ProjectNodes : System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.Graph.ProjectGraphNode>
Public ReadOnly Property ProjectNodes As IReadOnlyCollection(Of ProjectGraphNode)

Property Value

Applies to