ProjectGraphNode.ReferencingProjects Property

Definition

Gets a list of graph nodes for projects that have a project reference for this project

public:
 property System::Collections::Generic::IReadOnlyCollection<Microsoft::Build::Graph::ProjectGraphNode ^> ^ ReferencingProjects { System::Collections::Generic::IReadOnlyCollection<Microsoft::Build::Graph::ProjectGraphNode ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.Graph.ProjectGraphNode> ReferencingProjects { get; }
member this.ReferencingProjects : System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.Graph.ProjectGraphNode>
Public ReadOnly Property ReferencingProjects As IReadOnlyCollection(Of ProjectGraphNode)

Property Value

Applies to