vsCommandExecOption Enumeration

A constant specifying the execution options.

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

Syntax

'Declaration
<GuidAttribute("3C537E1A-39B8-4FDA-9F22-93D8C030865D")> _
Public Enumeration vsCommandExecOption
'Usage
Dim instance As vsCommandExecOption
[GuidAttribute("3C537E1A-39B8-4FDA-9F22-93D8C030865D")]
public enum vsCommandExecOption
[GuidAttribute(L"3C537E1A-39B8-4FDA-9F22-93D8C030865D")]
public enum class vsCommandExecOption
public enum vsCommandExecOption

Members

Member name Description
vsCommandExecOptionDoDefault Performs the default behavior, whether prompting the user for input or not.
vsCommandExecOptionPromptUser Executes the command without prompting the user. For example, clicking Print on the toolbar causes a document to immediately print without user input.
vsCommandExecOptionDoPromptUser Executes the command after obtaining user input.
vsCommandExecOptionShowHelp Shows help for the corresponding command, if it exists, but does not execute the command.

See Also

Reference

EnvDTE Namespace