BuildRequestData 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.
BuildRequestData encapsulates all of the data needed to submit a build request.
public ref class BuildRequestData
public class BuildRequestData
type BuildRequestData = class
Public Class BuildRequestData
- Inheritance
-
BuildRequestData
Constructors
Properties
ExplicitlySpecifiedToolsVersion |
The explicitly requested tools version to use. |
Flags |
Extra flags for this BuildRequest. |
GlobalProperties |
The global properties to use. |
HostServices |
Gets the HostServices object for this request. |
ProjectFullPath |
The project file. |
ProjectInstance |
The actual project, in the case where the project doesn't come from disk. May be null. |
PropertiesToTransfer |
Returns a list of properties to transfer out of proc for the build. |
RequestedProjectState |
Returns the properties, items, and metadata that will be returned by this build. |
TargetNames |
The name of the targets to build. |