Language

ProjectGraphOptions.ProjectInstanceFactoryFunc Property

Definition

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

Property Value

Applies to