vsBuildScope Enum

Definition

Represents the scope of the build.

public enum class vsBuildScope
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

Fields

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.

vsBuildScopeSolution 1

The build applies to the entire solution.

Applies to