Solution.Projects Property

Definition

A list of all the projects contained by the solution.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Project ^> ^ Projects { System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Project ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Project> Projects { get; }
member this.Projects : seq<Microsoft.CodeAnalysis.Project>
Public ReadOnly Property Projects As IEnumerable(Of Project)

Property Value

Applies to