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.
Provides a managed implementation of the OLECMDEXECOPT enumeration, which specifies allowable options to the ExecuteCommand method.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Enumeration OleCommandExecutionOption
public enum OleCommandExecutionOption
public enum class OleCommandExecutionOption
type OleCommandExecutionOption
public enum OleCommandExecutionOption
Members
| Member name | Description | |
|---|---|---|
| DoDefault | Either prompts the user for input, or does not, whichever is the default behavior. | |
| PromptUser | Executes the command after obtaining user input. | |
| DontPromptUser | Executes the command without prompting the user. For example, clicking the Print toolbar button causes a document to be immediately printed without user input. | |
| ShowHelp | Shows help for the corresponding command, but does not execute the command. |
Remarks
This is a managed equivalent of the OLECMDEXECOPT enumeration.