COLORIZER_ATTRIBUTE Enumeration
Specifies color attributes of the text.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Dichiarazione
Public Enumeration COLORIZER_ATTRIBUTE
public enum COLORIZER_ATTRIBUTE
public enum class COLORIZER_ATTRIBUTE
type COLORIZER_ATTRIBUTE
public enum COLORIZER_ATTRIBUTE
Members
Member name | Description | |
---|---|---|
COLOR_INDEX_MASK | Indicates the colorable item index to use to render the character. | |
COLOR_MARKER_MASK | Used internally by the editor. Not used by clients. | |
LINE_MARKER_MASK | Used internally by the editor. Not used by clients. | |
PRIVATE_CLIENT_MASK | Reserved for editor-client use. | |
HUMAN_TEXT_ATTR | Text to be treated as natural language text. | |
SEPARATOR_AFTER_ATTR | Indicates that a visual line separator should follow the character's line. | |
PRIVATE_EDITOR_MASK | Top six bits reserved for editor internal use. |