次の方法で共有


BuildRequest Class

Definition

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
BuildRequest

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)

Applies to