vsBuildScope Enum
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.
Represents the scope of the build.
public enum class vsBuildScope
C++/CX
public enum class vsBuildScope
enum vsBuildScope
[System.Runtime.InteropServices.Guid("FA7FA701-EFAD-4895-A95A-D4ECB383BF7D")]
public enum vsBuildScope
[<System.Runtime.InteropServices.Guid("FA7FA701-EFAD-4895-A95A-D4ECB383BF7D")>]
type vsBuildScope =
Public Enum vsBuildScope
- Inheritance
-
vsBuildScope
- Attributes
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. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |