Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
A constant specifying the execution options.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("3C537E1A-39B8-4FDA-9F22-93D8C030865D")> _
Public Enumeration vsCommandExecOption
[GuidAttribute("3C537E1A-39B8-4FDA-9F22-93D8C030865D")]
public enum vsCommandExecOption
[GuidAttribute(L"3C537E1A-39B8-4FDA-9F22-93D8C030865D")]
public enum class vsCommandExecOption
[<GuidAttribute("3C537E1A-39B8-4FDA-9F22-93D8C030865D")>]
type vsCommandExecOption
public enum vsCommandExecOption
Members
| 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. |