Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
声明
Public Enumeration OLECMDEXECOPT
用法
Dim instance As 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