VSMESELCMD Enumeration

 

Specifies selection change commands.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum VSMESELCMD

Member nameDescription
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:

Return to top
Show: