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 | |
---|---|---|
mcvFirstContextMenuCommand | First command associated with the marker type. The list of commands associated with each marker type varies with the marker type. | |
mcvLastContextMenuCommand | Last command associated with the marker type. The list of commands associated with each marker type varies with the marker type. | |
mcvGlyphSingleClickCommand | Fired for a single click on the glyph (if one exists). | |
mcvBodyDoubleClickCommand | Fired for a double click on the body text. | |
mcvGlyphDoubleClickCommand | Fired for a double click on the glyph (if one exists). |
Remarks
COM Signature
From textmgr.idl: