MarkerCommandValues Enumeration

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
'Usage
Dim instance As MarkerCommandValues
public enum MarkerCommandValues
public enum class 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:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace