VSCMDNAMEOPTS Enum
Definition
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.
Specifies English and/or localized canonical names.
public enum class VSCMDNAMEOPTS
public enum class VSCMDNAMEOPTS
enum VSCMDNAMEOPTS
public enum VSCMDNAMEOPTS
type VSCMDNAMEOPTS =
Public Enum VSCMDNAMEOPTS
- Inheritance
-
VSCMDNAMEOPTS
Fields
CNO_GETBOTH | 2 | Get both English and localized names. |
CNO_GETENU | 0 | Get the English canonical name. |
CNO_GETLOC | 1 | Get the localized canonical name. |
Remarks
COM Signature
From vsshell.idl: