ProjectDependencyGraph.GetProjectsThatThisProjectDirectlyDependsOn Method

Definition

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

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

Parameters

projectId
ProjectId

Returns

Applies to