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.
In this article
public ref class GraphBuildRequestData sealed
public sealed class GraphBuildRequestData
type GraphBuildRequestData = class
Public NotInheritable Class GraphBuildRequestData
Inheritance
Constructors
GraphBuildRequestData(IEnumerable<ProjectGraphEntryPoint>, ICollection<String>)
Constructs a GraphBuildRequestData for build requests based on a project graph entry points.
GraphBuildRequestData(IEnumerable<ProjectGraphEntryPoint>, ICollection<String>, HostServices)
Constructs a GraphBuildRequestData for build requests based on a project graph entry points.
GraphBuildRequestData(IEnumerable<ProjectGraphEntryPoint>, ICollection<String>, HostServices, BuildRequestDataFlags)
Constructs a GraphBuildRequestData for build requests based on a project graph entry points.
GraphBuildRequestData(IEnumerable<ProjectGraphEntryPoint>, ICollection<String>, HostServices, BuildRequestDataFlags, GraphBuildOptions)
GraphBuildRequestData(ProjectGraph, ICollection<String>)
Constructs a GraphBuildRequestData for build requests based on a project graph.
GraphBuildRequestData(ProjectGraph, ICollection<String>, HostServices)
Constructs a GraphBuildRequestData for build requests based on a project graph.
GraphBuildRequestData(ProjectGraph, ICollection<String>, HostServices, BuildRequestDataFlags)
Constructs a GraphBuildRequestData for build requests based on a project graph.
GraphBuildRequestData(ProjectGraphEntryPoint, ICollection<String>)
Constructs a GraphBuildRequestData for build requests based on a project graph entry points.
GraphBuildRequestData(ProjectGraphEntryPoint, ICollection<String>, HostServices)
Constructs a GraphBuildRequestData for build requests based on a project graph entry points.
GraphBuildRequestData(ProjectGraphEntryPoint, ICollection<String>, HostServices, BuildRequestDataFlags)
Constructs a GraphBuildRequestData for build requests based on a project graph entry points.
GraphBuildRequestData(String, IDictionary<String,String>, ICollection<String>, HostServices)
Constructs a GraphBuildRequestData for build requests based on project files.
GraphBuildRequestData(String, IDictionary<String,String>, ICollection<String>, HostServices, BuildRequestDataFlags)
Constructs a GraphBuildRequestData for build requests based on project files.
Properties
Applies to