ProjectGraphNode Class

Definition

Represents the node for a particular project in a project graph. A node is defined by (ProjectPath, ToolsVersion, GlobalProperties).

public ref class ProjectGraphNode sealed
public sealed class ProjectGraphNode
type ProjectGraphNode = class
Public NotInheritable Class ProjectGraphNode
Inheritance
ProjectGraphNode

Properties

ProjectInstance

Gets the evaluated project instance represented by this node in the graph.

ProjectReferences

Gets an unordered collection of graph nodes for projects which this project references.

ReferencingProjects

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

Applies to