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)

public enum COLORIZER_ATTRIBUTE

Member nameDescription
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.

Return to top
Show: