BLDPROMPTOPT Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the user prompt used to choose the builder.
public enum class BLDPROMPTOPT
public enum class BLDPROMPTOPT
enum BLDPROMPTOPT
public enum BLDPROMPTOPT
type BLDPROMPTOPT =
Public Enum BLDPROMPTOPT
- Inheritance
-
BLDPROMPTOPT
Fields
BLDPROMPTOPT_PROMPTALWAYS | 1 | Always prompt the user. |
BLDPROMPTOPT_PROMPTIFMULTIPLE | 0 | Prompt the user if there is no default and there is more than one registered builder. |
BLDPROMPTOPT_PROMPTNEVER | 2 | Never prompt the user. Use the default builder if there is one. Otherwise, use the first registered builder. |