IVsTextColorState Interface
Visual Studio 2015
Changes the color state of lines in a text buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetColorStateAtStartOfLine(Int32, Int32) | Returns the buffer's cached state for the start of the given line. |
![]() | ReColorizeLines(Int32, Int32) | Recalculates the color state of lines in a text buffer. |
Implemented by the standard text buffer, consumed by IVsColorizer instances, or any other outside party instigating a change to the color states of lines in a text buffer without necessarily changing the contents of the buffer itself.
Show:
