Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the user prompt used to choose the builder.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration BLDPROMPTOPT
public enum BLDPROMPTOPT
public enum class BLDPROMPTOPT
type BLDPROMPTOPT
public enum BLDPROMPTOPT
Members
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. |