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)

public enum VSCMDNAMEOPTS

Member nameDescription
CNO_GETBOTH

Get both English and localized names.

CNO_GETENU

Get the English canonical name.

CNO_GETLOC

Get the localized canonical name.

From vsshell.idl:

Return to top
Show: