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)

속성 값

적용 대상