OLECMDEXECOPT Enumeration
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
| Member name | Description | |
|---|---|---|
| OLECMDEXECOPT_DODEFAULT | Do the default action (either prompt or do not prompt the user). | |
| OLECMDEXECOPT_DONTPROMPTUSER | Do not prompt the user for input. | |
| OLECMDEXECOPT_PROMPTUSER | Prompt the user for input. | |
| OLECMDEXECOPT_SHOWHELP | Show help for the corresponding command, but do not execute. |
For information on the COM interface, see 6245725E-51D4-40E1-8CF1-A65657E790EF
Show: