Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the integer identifying the item number for a marker type's context menu command.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration MarkerCommandValues
public enum MarkerCommandValues
public enum class MarkerCommandValues
type MarkerCommandValues
public enum MarkerCommandValues
Members
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. |
Remarks
COM Signature
From textmgr.idl: