vsCommandExecOption Enumeration
Visual Studio 2015
A constant specifying the execution options.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| vsCommandExecOptionDoDefault | Performs the default behavior, whether prompting the user for input or not. | |
| vsCommandExecOptionDoPromptUser | Executes the command after obtaining user input. | |
| vsCommandExecOptionPromptUser | Executes the command without prompting the user. For example, clicking Print on the toolbar causes a document to immediately print without user input. | |
| vsCommandExecOptionShowHelp | Shows help for the corresponding command, if it exists, but does not execute the command. |
Show: