Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public Enumeration OLECMDEXECOPT
public enum OLECMDEXECOPT
public enum class OLECMDEXECOPT
type OLECMDEXECOPT
public enum OLECMDEXECOPT
Members
| Member name | Description | |
|---|---|---|
| OLECMDEXECOPT_DODEFAULT | Do the default action (either prompt or do not prompt the user). | |
| OLECMDEXECOPT_PROMPTUSER | Prompt the user for input. | |
| OLECMDEXECOPT_DONTPROMPTUSER | Do not prompt the user for input. | |
| OLECMDEXECOPT_SHOWHELP | Show help for the corresponding command, but do not execute. |
Remarks
For information on the COM interface, see OLECMDEXECOPT