SolutionFile.ProjectsInOrder 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.
All projects in this solution, in the order they appeared in the solution file
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::Build::Construction::ProjectInSolution ^> ^ ProjectsInOrder { System::Collections::Generic::IReadOnlyList<Microsoft::Build::Construction::ProjectInSolution ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Build.Construction.ProjectInSolution> ProjectsInOrder { get; }
member this.ProjectsInOrder : System.Collections.Generic.IReadOnlyList<Microsoft.Build.Construction.ProjectInSolution>
Public ReadOnly Property ProjectsInOrder As IReadOnlyList(Of ProjectInSolution)