英語で読む

次の方法で共有


__RUNAFTERBUILDERRORS Enum

Definition

Specifies whether a target should be run after it builds with errors.

C++/CX
public enum class __RUNAFTERBUILDERRORS
Inheritance
__RUNAFTERBUILDERRORS

Fields

Name Value Description
RUNAFTERBUILDERRORS_YES 0

Run the target.

RUNAFTERBUILDERRORS_NO 1

Do not run the target.

RUNAFTERBUILDERRORS_MAX 2

Run the target if the number of errors is less than a specified limit.

RUNAFTERBUILDERRORS_PROMPT 2

Prompt whether to run the target.

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022