共用方式為


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

傳回

適用於