Share via


Solution.Projects 属性

定义

解决方案包含的所有项目的列表。

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)

属性值

适用于