VSCMDNAMEOPTS Enumeration

Specifies English and/or localized canonical names.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public Enumeration VSCMDNAMEOPTS
public enum VSCMDNAMEOPTS
public enum class VSCMDNAMEOPTS
type VSCMDNAMEOPTS
public enum VSCMDNAMEOPTS

Members

Member name Description
CNO_GETBOTH Get both English and localized names.
CNO_GETENU Get the English canonical name.
CNO_GETLOC Get the localized canonical name.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace