SolutionInfo.Projects Property

Definition

A list of projects initially associated with the solution.

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

Property Value

Applies to