vsBuildScope Enumeration

Represents the scope of the build.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("FA7FA701-EFAD-4895-A95A-D4ECB383BF7D")> _
Public Enumeration vsBuildScope
[GuidAttribute("FA7FA701-EFAD-4895-A95A-D4ECB383BF7D")]
public enum vsBuildScope
[GuidAttribute(L"FA7FA701-EFAD-4895-A95A-D4ECB383BF7D")]
public enum class vsBuildScope
[<GuidAttribute("FA7FA701-EFAD-4895-A95A-D4ECB383BF7D")>]
type vsBuildScope
public enum vsBuildScope

Members

Member name Description
vsBuildScopeSolution The build applies to the entire solution.
vsBuildScopeBatch The build applies to a batch build. This corresponds to the Batch Build command on the Build menu.
vsBuildScopeProject The build applies to a single project.

See Also

Reference

EnvDTE Namespace