다음을 통해 공유


Project.AllProjectReferences 속성

정의

솔루션의 일부가 아닌 프로젝트를 포함하여 이 프로젝트에서 참조하는 다른 모든 프로젝트의 목록입니다.

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

속성 값

적용 대상