vsCommandExecOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A constant specifying the execution options.
public enum class vsCommandExecOption
public enum class vsCommandExecOption
enum vsCommandExecOption
[System.Runtime.InteropServices.Guid("3C537E1A-39B8-4FDA-9F22-93D8C030865D")]
public enum vsCommandExecOption
[<System.Runtime.InteropServices.Guid("3C537E1A-39B8-4FDA-9F22-93D8C030865D")>]
type vsCommandExecOption =
Public Enum vsCommandExecOption
- Inheritance
-
vsCommandExecOption
- Attributes
Fields
vsCommandExecOptionDoDefault | 0 | Performs the default behavior, whether prompting the user for input or not. |
vsCommandExecOptionDoPromptUser | 2 | Executes the command after obtaining user input. |
vsCommandExecOptionPromptUser | 1 | Executes the command without prompting the user. For example, clicking Print on the toolbar causes a document to immediately print without user input. |
vsCommandExecOptionShowHelp | 3 | Shows help for the corresponding command, if it exists, but does not execute the command. |