Specifies selection change commands.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSMESELCMD
public enum VSMESELCMD
public enum class VSMESELCMD
type VSMESELCMD
public enum VSMESELCMD
Members
| Member name | Description | |
|---|---|---|
| SELCMD_ENTEREDIT | Entering edit mode. | |
| SELCMD_LEAVEEDIT | Leaving edit mode. | |
| SELCMD_PROPERTIES | Views properties for specified item. | |
| SELCMD_SELCHANGE | Default, just a selection change. | |
| SELCMD_VIEWCODE | Views code for a specified item. | |
| SELCMD_VIEWCODEDOUBLECLICK | A double- click was used for view code. | 
Remarks
COM Signature
From vsshell.idl: