Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
Public Enumeration __RUNAFTERBUILDERRORS
'Utilisation
Dim instance As __RUNAFTERBUILDERRORS
public enum __RUNAFTERBUILDERRORS
public enum class __RUNAFTERBUILDERRORS
public enum __RUNAFTERBUILDERRORS
Members
| Member name | Description | |
|---|---|---|
| RUNAFTERBUILDERRORS_YES | Run the target. | |
| RUNAFTERBUILDERRORS_NO | Do not run the target. | |
| RUNAFTERBUILDERRORS_PROMPT | Prompt whether to run the target. | |
| RUNAFTERBUILDERRORS_MAX | Run the target if the number of errors is less than a specified limit. |