IVsTextStorageColorState Interface

 

Provides line color state for colorizers.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("1F027F1F-9696-4816-B345-3CD7D3122A48")]
public interface IVsTextStorageColorState

NameDescription
System_CAPS_pubmethodGetColorStateAtStartOfLine(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.

Return to top
Show: