Share via


SolutionFile.ProjectsInOrder Property

Definition

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)

Property Value

Applies to