MARKERTYPE (Enumeración)
Establece las características de un marcador de texto.
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxis
'Declaración
Public Enumeration MARKERTYPE
public enum MARKERTYPE
public enum class MARKERTYPE
type MARKERTYPE
public enum MARKERTYPE
Miembros
Nombre de miembro | Descripción | |
---|---|---|
DEF_MARKER_COUNT | Recuento de marcador.Esto debe estar en el final para definir el número de marcadores. | |
MARKER_BOOKMARK | marcador genérico (o etiqueta).nivel de prioridad: 200 | |
MARKER_CODESENSE_ERROR | error de CodeSense.nivel de prioridad: 700 | |
MARKER_COMPILE_ERROR | Error de compilación.nivel de prioridad: 600 | |
MARKER_IDENTERROR | Obsoleto.Use MARKER_COMPILE_ERROR. | |
MARKER_INVISIBLE | Marcador invisible.nivel de prioridad: 100 | |
MARKER_LIST_LOCATION | Ubicación actual de la lista de resultados. | |
MARKER_OTHER_ERROR | Error de la herramienta de terceros.nivel de prioridad: 750. | |
MARKER_READONLY | Sólo lectura.nivel de prioridad: 0 (prioridad más baja por motivos de rendimiento) | |
MARKER_REGION_COLLAPSED | La región contraíbles.nivel de prioridad: 801 | |
MARKER_REGION_EXPANDED | La región contraíble es 800 expandidos. | |
MARKER_SHORTCUT | acceso directo de la lista de tareas.nivel de prioridad: 199 | |
MARKER_SYNTAXERROR | Obsoleto.Use MARKER_COMPILE_ERROR. |
Comentarios
Prototipo COM
de textmgr.idl:
Vea también
Referencia
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)