ProjectGraphNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |