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)

プロパティ値

適用対象