ProjectGraphOptions.Mode 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 ProjectGraphMode to use when constructing the graph. Defaults to Default.
public:
property Microsoft::Build::Graph::ProjectGraphMode Mode { Microsoft::Build::Graph::ProjectGraphMode get(); void set(Microsoft::Build::Graph::ProjectGraphMode value); };
public Microsoft.Build.Graph.ProjectGraphMode Mode { get; init; }
member this.Mode : Microsoft.Build.Graph.ProjectGraphMode with get, set
Public Property Mode As ProjectGraphMode