Share via


vsBuildScope Enum

Definition

Represents the scope of the build.

C++/CX
public enum class vsBuildScope
Inheritance
vsBuildScope
Attributes

Fields

Name Value Description
vsBuildScopeSolution 1

The build applies to the entire solution.

vsBuildScopeBatch 2

The build applies to a batch build. This corresponds to the Batch Build command on the Build menu.

vsBuildScopeProject 3

The build applies to a single project.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022