This topic has not yet been rated - Rate this topic

vsCommandExecOption Enumeration

A constant specifying the execution options.

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

[GuidAttribute("3C537E1A-39B8-4FDA-9F22-93D8C030865D")] 
public enum vsCommandExecOption
/** @attribute GuidAttribute("3C537E1A-39B8-4FDA-9F22-93D8C030865D") */ 
public enum vsCommandExecOption
GuidAttribute("3C537E1A-39B8-4FDA-9F22-93D8C030865D") 
public enum vsCommandExecOption
  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. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ