GraphBuildRequestData Class
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.
GraphBuildRequestData encapsulates all of the data needed to submit a graph build request.
public ref class GraphBuildRequestData sealed
public sealed class GraphBuildRequestData
type GraphBuildRequestData = class
Public NotInheritable Class GraphBuildRequestData
- Inheritance
-
GraphBuildRequestData
Constructors
Properties
Flags |
Extra flags for this BuildRequest. |
GraphBuildOptions |
Options for how the graph should be built. |
HostServices |
Gets the HostServices object for this request. |
ProjectGraph |
The requested project graph to build. May be null. |
ProjectGraphEntryPoints |
The project graph entry points. May be null. |
TargetNames |
The name of the targets to build. |