ProjectDependencyGraph.GetProjectsThatDirectlyDependOnThisProject Method

Definition

Gets the list of projects that directly depend on this project.

public:
 System::Collections::Immutable::IImmutableSet<Microsoft::CodeAnalysis::ProjectId ^> ^ GetProjectsThatDirectlyDependOnThisProject(Microsoft::CodeAnalysis::ProjectId ^ projectId);
public System.Collections.Immutable.IImmutableSet<Microsoft.CodeAnalysis.ProjectId> GetProjectsThatDirectlyDependOnThisProject (Microsoft.CodeAnalysis.ProjectId projectId);
member this.GetProjectsThatDirectlyDependOnThisProject : Microsoft.CodeAnalysis.ProjectId -> System.Collections.Immutable.IImmutableSet<Microsoft.CodeAnalysis.ProjectId>
Public Function GetProjectsThatDirectlyDependOnThisProject (projectId As ProjectId) As IImmutableSet(Of ProjectId)

Parameters

projectId
ProjectId

Returns

Applies to