ProjectGraphNode.ProjectInstance Property
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.
Gets the evaluated project instance represented by this node in the graph.
public:
property Microsoft::Build::Execution::ProjectInstance ^ ProjectInstance { Microsoft::Build::Execution::ProjectInstance ^ get(); };
public Microsoft.Build.Execution.ProjectInstance ProjectInstance { get; }
member this.ProjectInstance : Microsoft.Build.Execution.ProjectInstance
Public ReadOnly Property ProjectInstance As ProjectInstance