Lire en anglais

Partager via


vsCommandExecOption Enum

Definition

A constant specifying the execution options.

C++/CX
public enum class vsCommandExecOption
Inheritance
vsCommandExecOption
Attributes

Fields

Name Value Description
vsCommandExecOptionDoDefault 0

Performs the default behavior, whether prompting the user for input or not.

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.

vsCommandExecOptionDoPromptUser 2

Executes the command after obtaining user input.

vsCommandExecOptionShowHelp 3

Shows help for the corresponding command, if it exists, but does not execute the command.

Applies to

Produit Versions
Visual Studio SDK 2015, 2017, 2019, 2022