vsCommandExecOption Enumeration

 

A constant specifying the execution options.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

[GuidAttribute("3C537E1A-39B8-4FDA-9F22-93D8C030865D")]
public enum class vsCommandExecOption

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

Return to top
Show: