vsBuildScope Enumeration
Visual Studio 2015
Represents the scope of the build.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Show: