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.
Provides additional members to the MARKERTYPE enumeration.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration MARKERTYPE2
public enum MARKERTYPE2
public enum class MARKERTYPE2
type MARKERTYPE2
public enum MARKERTYPE2
Members
Member name | Description | |
---|---|---|
MARKER_WARNING | The marker for a warning. | |
MARKER_SPAN_MAPPING | Do not use. For internal use only. | |
MARKER_REGION_COLLAPSED_NOGLYPH | A collapsible region is collapsed, with no glyph drawn. | |
MARKER_REGION_EXPANDED_NOGLYPH | A collapsible region is expanded, with no glyph drawn. | |
MARKER_EXSTENCIL | Exstencil support. | |
MARKER_EXSTENCIL_SELECTED | Exstencil support. | |
MARKER_SMARTTAG_NONVIS | Invisible smart tag marker. | |
MARKER_SMARTTAG_VIS | Visible smart tag marker. Priority level: 810. | |
MARKER_TRACK_NONSAVE | The marker for unsaved tracking changes. | |
MARKER_TRACK_SAVE | The marker for saved tracking changes. | |
MARKER_BOOKMARK_DISABLED | Generic bookmark/tag. | |
MARKER_TRACK_PLACEHOLDER | Invisible placeholder used to allow concatenation of adjacent track changes markers. | |
MARKER_SMARTTAG_FACTOID | The marker for smart tags that are valid for a long period of time, and are independent of user actions. | |
MARKER_SMARTTAG_EPHEMERAL | The marker for temporary smart tags, that are valid for a short length of time. | |
MARKER_BRACE_MATCHING | The marker for matching braces. | |
MARKER_EXSTENCIL_ENDMARKER | Exstencil support. | |
MARKER_CODEDEFWIN_BACKGROUND | The marker for the background of a code definition window. | |
MARKER_CODEDEFWIN_SELECTION | The marker for a selection in a code definition window. | |
MARKER_HIGHLIGHT_PATH | The marker that highlights the path. | |
MARKER_BRACE_MATCHING_BOLD | The marker for bolding the matching braces. | |
MARKER_REFACTORING_BACKGROUND | The background marker for the refactoring window. | |
MARKER_EXSTENCIL_DEPFIELD | The marker around a code snippet dependent field. | |
MARKER_REFACTORING_FIELD | The marker that highlights the line being refactored. | |
MARKER_REFACTORING_DEPFIELD | The marker that highlights other items that are being refactored. | |
DEF_MARKER_COUNT_NEW | Represents the last MARKERTYPE2 member. |
Remarks
COM Signature
From textmgr2.idl: