ProjectDependencyGraph.GetProjectsThatTransitivelyDependOnThisProject 메서드

정의

이 프로젝트에 직접 또는 전이적으로 의존하는 프로젝트 목록을 가져옵니다.

public:
 System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::ProjectId ^> ^ GetProjectsThatTransitivelyDependOnThisProject(Microsoft::CodeAnalysis::ProjectId ^ projectId);
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectId> GetProjectsThatTransitivelyDependOnThisProject (Microsoft.CodeAnalysis.ProjectId projectId);
member this.GetProjectsThatTransitivelyDependOnThisProject : Microsoft.CodeAnalysis.ProjectId -> seq<Microsoft.CodeAnalysis.ProjectId>
Public Function GetProjectsThatTransitivelyDependOnThisProject (projectId As ProjectId) As IEnumerable(Of ProjectId)

매개 변수

projectId
ProjectId

반환

적용 대상