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

'Declaration
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.
HUMAN_TEXT_ATTR Text to be treated as natural language text.
LINE_MARKER_MASK Used internally by the editor. Not used by clients.
PRIVATE_CLIENT_MASK Reserved for editor-client use.
PRIVATE_EDITOR_MASK Top six bits reserved for editor internal use.
SEPARATOR_AFTER_ATTR Indicates that a visual line separator should follow the character's line.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace