VSMESELCMD Enum
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 selection change commands.
public enum class VSMESELCMD
C++/CX
public enum class VSMESELCMD
enum VSMESELCMD
public enum VSMESELCMD
type VSMESELCMD =
Public Enum VSMESELCMD
- Inheritance
-
VSMESELCMD
Name | Value | Description |
---|---|---|
SELCMD_SELCHANGE | 0 | Default, just a selection change. |
SELCMD_VIEWCODE | 1 | Views code for a specified item. |
SELCMD_PROPERTIES | 2 | Views properties for specified item. |
SELCMD_VIEWCODEDOUBLECLICK | 3 | A double- click was used for view code. |
SELCMD_ENTEREDIT | 4 | Entering edit mode. |
SELCMD_LEAVEEDIT | 5 | Leaving edit mode. |
From vsshell.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |