MARKERTYPE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the characteristics of a text marker.
public enum class MARKERTYPE
public enum class MARKERTYPE
enum MARKERTYPE
public enum MARKERTYPE
type MARKERTYPE =
Public Enum MARKERTYPE
- Inheritance
-
MARKERTYPE
Fields
Name | Value | Description |
---|---|---|
MARKER_INVISIBLE | 0 | Invisible marker. Priority Level: 100 |
MARKER_READONLY | 1 | Read-only. Priority Level: 0 (lower priority for performance reasons) |
MARKER_SHORTCUT | 2 | Task list shortcut. Priority Level: 199 |
MARKER_BOOKMARK | 3 | Generic bookmark (or tag). Priority Level: 200 |
MARKER_COMPILE_ERROR | 4 | Compile error. Priority Level: 600 |
MARKER_IDENTERROR | 4 | Obsolete. Use MARKER_COMPILE_ERROR. |
MARKER_SYNTAXERROR | 4 | Obsolete. Use MARKER_COMPILE_ERROR. |
MARKER_CODESENSE_ERROR | 5 | CodeSense error. Priority Level: 700 |
MARKER_OTHER_ERROR | 6 | Third party tool error. Priority level: 750. |
MARKER_REGION_COLLAPSED | 7 | Collapsible region is collapsed. Priority Level: 801 |
MARKER_REGION_EXPANDED | 8 | Collapsible region is expanded 800. |
MARKER_LIST_LOCATION | 9 | Current location from result list. |
DEF_MARKER_COUNT | 10 | Marker count. This should be at the end to define the number of markers. |
Remarks
COM Signature
From textmgr.idl: