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

戻り値

適用対象