OLECMDEXECOPT Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class OLECMDEXECOPT
C++/CX
public enum class OLECMDEXECOPT
enum OLECMDEXECOPT
public enum OLECMDEXECOPT
type OLECMDEXECOPT =
Public Enum OLECMDEXECOPT
- Inheritance
-
OLECMDEXECOPT
Name | Value | Description |
---|---|---|
OLECMDEXECOPT_DODEFAULT | 0 | Do the default action (either prompt or do not prompt the user). |
OLECMDEXECOPT_PROMPTUSER | 1 | Prompt the user for input. |
OLECMDEXECOPT_DONTPROMPTUSER | 2 | Do not prompt the user for input. |
OLECMDEXECOPT_SHOWHELP | 3 | Show help for the corresponding command, but do not execute. |
For information on the COM interface, see OLECMDEXECOPT
Produkt | Wersje |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |