Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<GuidAttribute("A7A64DE3-9B5C-47F0-ABAD-0AEDBD6CC057")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextColorState
[GuidAttribute("A7A64DE3-9B5C-47F0-ABAD-0AEDBD6CC057")]
[InterfaceTypeAttribute()]
public interface IVsTextColorState
[GuidAttribute(L"A7A64DE3-9B5C-47F0-ABAD-0AEDBD6CC057")]
[InterfaceTypeAttribute()]
public interface class IVsTextColorState
[<GuidAttribute("A7A64DE3-9B5C-47F0-ABAD-0AEDBD6CC057")>]
[<InterfaceTypeAttribute()>]
type IVsTextColorState = interface end
public interface IVsTextColorState
The IVsTextColorState type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetColorStateAtStartOfLine | Returns the buffer's cached state for the start of the given line. |
![]() |
ReColorizeLines | Recalculates the color state of lines in a text buffer. |
Top
Remarks
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.