ProjectCacheDescriptor.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 graph with which the plugin will be initialized.
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