Changes the color state of lines in a text buffer.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)
[GuidAttribute("A7A64DE3-9B5C-47F0-ABAD-0AEDBD6CC057")]
[InterfaceTypeAttribute(1)]
public interface IVsTextColorState
/** @attribute GuidAttribute("A7A64DE3-9B5C-47F0-ABAD-0AEDBD6CC057") */
/** @attribute InterfaceTypeAttribute(1) */
public interface IVsTextColorState
GuidAttribute("A7A64DE3-9B5C-47F0-ABAD-0AEDBD6CC057")
InterfaceTypeAttribute(1)
public interface IVsTextColorState
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.