Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaración
Public Enumeration BLDPROMPTOPT
'Uso
Dim instance As BLDPROMPTOPT
public enum BLDPROMPTOPT
public enum class BLDPROMPTOPT
type 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. |