BLDPROMPTOPT Enumeration

 

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)

public enum BLDPROMPTOPT

Member nameDescription
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.

Return to top
Show: