VSMESELCMD Enumeration
Visual Studio 2015
Specifies selection change commands.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| 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. |
From vsshell.idl:
Show: