다음을 통해 공유


OLECMDEXECOPT Enumeration

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

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace