IVsTextStorageColorState Interface
Visual Studio 2015
Provides line color state for colorizers.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetColorStateAtStartOfLine(Int32, Int32) | Gets the color state at the start of the specified line. |
IVsTextStorageColorState is optional for storage objects. If your storage object talks to pluggable colorizers, you should implement this interface.
Show:
