GraphBuildRequestData.ProjectGraph 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.
The requested project graph to build. May be null.
public:
property Microsoft::Build::Graph::ProjectGraph ^ ProjectGraph { Microsoft::Build::Graph::ProjectGraph ^ get(); };
public Microsoft.Build.Graph.ProjectGraph ProjectGraph { get; }
member this.ProjectGraph : Microsoft.Build.Graph.ProjectGraph
Public ReadOnly Property ProjectGraph As ProjectGraph
Property Value
The project graph.