BLDPROMPTOPT Enumeration
Visual Studio 2015
Specifies the user prompt used to choose the builder.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| BLDPROMPTOPT_PROMPTALWAYS | Always prompt the user. | |
| BLDPROMPTOPT_PROMPTIFMULTIPLE | Prompt the user if there is no default and there is more than one registered builder. | |
| BLDPROMPTOPT_PROMPTNEVER | Never prompt the user. Use the default builder if there is one. Otherwise, use the first registered builder. |
Show: