BuildRequest 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.
Build Request data
public ref class BuildRequest : Microsoft::VisualStudio::Workspace::Build::BuildListRequest
[Windows::Foundation::Metadata::WebHostHidden]
class BuildRequest : Microsoft::VisualStudio::Workspace::Build::BuildListRequest
public class BuildRequest : Microsoft.VisualStudio.Workspace.Build.BuildListRequest
type BuildRequest = class
inherit BuildListRequest
Public Class BuildRequest
Inherits BuildListRequest
- Inheritance
Constructors
BuildRequest() |
Properties
BuildConfigurationContext |
The build configuration context (Inherited from BuildListRequest) |
BuildType |
The build type requested |
EnableIncrementalBuild |
If incremental build is requested |
ExcludedProjects |
Excluded projects to discard building (Inherited from BuildListRequest) |
IncludedProjects |
Included projects when building our dependency graph (Inherited from BuildListRequest) |
ProjectFile |
The project file to build (Inherited from BuildListRequest) |
ProjectFileTarget |
Optional project target (Inherited from BuildListRequest) |
SelectedDependencies |
Filter selected dependencies (Inherited from BuildListRequest) |