IVsTextStorageColorState 接口

定义

为 colorizers 提供线条颜色状态。

public interface class IVsTextStorageColorState
public interface class IVsTextStorageColorState
__interface IVsTextStorageColorState
[System.Runtime.InteropServices.Guid("1F027F1F-9696-4816-B345-3CD7D3122A48")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextStorageColorState
[<System.Runtime.InteropServices.Guid("1F027F1F-9696-4816-B345-3CD7D3122A48")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextStorageColorState = interface
Public Interface IVsTextStorageColorState
属性

注解

IVsTextStorageColorState 对于存储对象是可选的。 如果存储对象与可插入 colorizers 通信,则应该实现此接口。

方法

GetColorStateAtStartOfLine(Int32, Int32)

获取指定行开始处的颜色状态。

适用于