__RUNAFTERBUILDERRORS Enumeration
Specifies whether a target should be run after it builds with errors.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __RUNAFTERBUILDERRORS
public enum __RUNAFTERBUILDERRORS
public enum class __RUNAFTERBUILDERRORS
type __RUNAFTERBUILDERRORS
public enum __RUNAFTERBUILDERRORS
Members
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. |