MarkerCommandValues Enumeration
Visual Studio 2015
Specifies the integer identifying the item number for a marker type's context menu command.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| mcvBodyDoubleClickCommand | Fired for a double click on the body text. | |
| mcvFirstContextMenuCommand | First command associated with the marker type. The list of commands associated with each marker type varies with the marker type. | |
| mcvGlyphDoubleClickCommand | Fired for a double click on the glyph (if one exists). | |
| mcvGlyphSingleClickCommand | Fired for a single click on the glyph (if one exists). | |
| mcvLastContextMenuCommand | Last command associated with the marker type. The list of commands associated with each marker type varies with the marker type. |
From textmgr.idl:
Show: