VSMESELCMD Enumeration

Specifies selection change commands.

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

Syntax

‘선언
Public Enumeration VSMESELCMD
‘사용 방법
Dim instance As VSMESELCMD
public enum VSMESELCMD
public enum class VSMESELCMD
type VSMESELCMD
public enum VSMESELCMD

Members

Member name Description
SELCMD_SELCHANGE Default, just a selection change.
SELCMD_VIEWCODE Views code for a specified item.
SELCMD_PROPERTIES Views properties for specified item.
SELCMD_VIEWCODEDOUBLECLICK A double- click was used for view code.
SELCMD_ENTEREDIT Entering edit mode.
SELCMD_LEAVEEDIT Leaving edit mode.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace