IVsColorizer Members
Include Protected Members
Include Inherited Members
Implemented by the language client to assign color attributes to a span of text.
The IVsColorizer type exposes the following members.
Methods
Name | Description | |
---|---|---|
CloseColorizer | Releases any references held on a VsTextBuffer object. | |
ColorizeLine | Colorizes the given text. | |
GetStartState | Determines the state in which colorization of the first line of the buffer should begin. | |
GetStateAtEndOfLine | Determines the end-of-line state for a given line. | |
GetStateMaintenanceFlag | Returns the state maintenance requirement for the colorizer. |
Top