Solution.ProjectIds Property

Definition

A list of all the ids for all the projects contained by the solution.

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

Property Value

Applies to