ProjectGraph.ProjectNodesTopologicallySorted Property

Definition

Get a topologically sorted collection of all project nodes in the graph. Referenced projects appear before the referencing projects.

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

Property Value

Applies to