__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)

public enum __RUNAFTERBUILDERRORS

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

Return to top
Show: