BLDPROMPTOPT Enumeration

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
'Usage
Dim instance As BLDPROMPTOPT
public enum BLDPROMPTOPT
public enum class BLDPROMPTOPT
public enum BLDPROMPTOPT

Members

Member name Description
BLDPROMPTOPT_PROMPTIFMULTIPLE  Prompt the user if there is no default and there is more than one registered builder.
BLDPROMPTOPT_PROMPTALWAYS  Always prompt the user.
BLDPROMPTOPT_PROMPTNEVER  Never prompt the user. Use the default builder if there is one. Otherwise, use the first registered builder.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace