Compartir a través de


ProjectDependencyGraph.GetProjectsThatTransitivelyDependOnThisProject Método

Definición

Obtiene la lista de proyectos que dependen directamente o transitivamente de este proyecto.

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)

Parámetros

projectId
ProjectId

Devoluciones

Se aplica a