ProjectGraphOptions.ProjectInstanceFactoryFunc 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.
An optional ProjectGraph.ProjectInstanceFactoryFunc to use when evaluating individual projects in the graph.
public:
property Microsoft::Build::Graph::ProjectGraph::ProjectInstanceFactoryFunc ^ ProjectInstanceFactoryFunc { Microsoft::Build::Graph::ProjectGraph::ProjectInstanceFactoryFunc ^ get(); void set(Microsoft::Build::Graph::ProjectGraph::ProjectInstanceFactoryFunc ^ value); };
public Microsoft.Build.Graph.ProjectGraph.ProjectInstanceFactoryFunc? ProjectInstanceFactoryFunc { get; init; }
member this.ProjectInstanceFactoryFunc : Microsoft.Build.Graph.ProjectGraph.ProjectInstanceFactoryFunc with get, set
Public Property ProjectInstanceFactoryFunc As ProjectGraph.ProjectInstanceFactoryFunc