IVsTextStorageColorState 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 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) |
获取指定行开始处的颜色状态。 |