Project.ProjectReferences 속성

정의

이 프로젝트에서 참조하는 것과 동일한 솔루션 내의 다른 모든 프로젝트 목록입니다.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::ProjectReference ^> ^ ProjectReferences { System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::ProjectReference ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectReference> ProjectReferences { get; }
member this.ProjectReferences : seq<Microsoft.CodeAnalysis.ProjectReference>
Public ReadOnly Property ProjectReferences As IEnumerable(Of ProjectReference)

속성 값

적용 대상