VSMESELCMD Enum
Definition
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
public enum class VSMESELCMD
enum VSMESELCMD
public enum VSMESELCMD
type VSMESELCMD =
Public Enum VSMESELCMD
- Inheritance
-
VSMESELCMD
Fields
SELCMD_ENTEREDIT | 4 | Entering edit mode. |
SELCMD_LEAVEEDIT | 5 | Leaving edit mode. |
SELCMD_PROPERTIES | 2 | Views properties for specified item. |
SELCMD_SELCHANGE | 0 | Default, just a selection change. |
SELCMD_VIEWCODE | 1 | Views code for a specified item. |
SELCMD_VIEWCODEDOUBLECLICK | 3 | A double- click was used for view code. |
Remarks
COM Signature
From vsshell.idl: