vsBuildScope Enumeration

 

Represents the scope of the build.

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

[GuidAttribute("FA7FA701-EFAD-4895-A95A-D4ECB383BF7D")]
public enum class vsBuildScope

Member nameDescription
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.

vsBuildScopeSolution

The build applies to the entire solution.

Return to top
Show: