ProjectGraph.ProjectNodesTopologicallySorted Property
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.
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)