__RUNAFTERBUILDERRORS Enumeration
Visual Studio 2015
Specifies whether a target should be run after it builds with errors.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| RUNAFTERBUILDERRORS_MAX | Run the target if the number of errors is less than a specified limit. | |
| RUNAFTERBUILDERRORS_NO | Do not run the target. | |
| RUNAFTERBUILDERRORS_PROMPT | Prompt whether to run the target. | |
| RUNAFTERBUILDERRORS_YES | Run the target. |
Show: