Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the characteristics of a text marker.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration MARKERTYPE
public enum MARKERTYPE
public enum class MARKERTYPE
type MARKERTYPE
public enum MARKERTYPE
Members
| Member name | Description | |
|---|---|---|
| DEF_MARKER_COUNT | Marker count. This should be at the end to define the number of markers. | |
| MARKER_BOOKMARK | Generic bookmark (or tag). Priority Level: 200 | |
| MARKER_CODESENSE_ERROR | CodeSense error. Priority Level: 700 | |
| MARKER_COMPILE_ERROR | Compile error. Priority Level: 600 | |
| MARKER_IDENTERROR | Obsolete. Use MARKER_COMPILE_ERROR. | |
| MARKER_INVISIBLE | Invisible marker. Priority Level: 100 | |
| MARKER_LIST_LOCATION | Current location from result list. | |
| MARKER_OTHER_ERROR | Third party tool error. Priority level: 750. | |
| MARKER_READONLY | Read-only. Priority Level: 0 (lower priority for performance reasons) | |
| MARKER_REGION_COLLAPSED | Collapsible region is collapsed. Priority Level: 801 | |
| MARKER_REGION_EXPANDED | Collapsible region is expanded 800. | |
| MARKER_SHORTCUT | Task list shortcut. Priority Level: 199 | |
| MARKER_SYNTAXERROR | Obsolete. Use MARKER_COMPILE_ERROR. |
Remarks
COM Signature
From textmgr.idl: