创建用于构成 ITextSnapshotLine 的文本和修饰元素的序列。
命名空间: Microsoft.VisualStudio.Text.Formatting
程序集: Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)
语法
声明
Public Interface ITextAndAdornmentSequencer
public interface ITextAndAdornmentSequencer
public interface class ITextAndAdornmentSequencer
type ITextAndAdornmentSequencer = interface end
public interface ITextAndAdornmentSequencer
ITextAndAdornmentSequencer 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
BufferGraph | 获取由排序器使用的 IBufferGraph。 |
![]() |
SourceBuffer | 获取缓冲区关系图的源缓冲区。 |
![]() |
TopBuffer | 获取缓冲区关系图中的顶部 ITextBuffer。 |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
CreateTextAndAdornmentCollection(ITextSnapshotLine, ITextSnapshot) | 创建构成指定 ITextSnapshotLine 的文本和修饰元素的序列。 |
![]() |
CreateTextAndAdornmentCollection(SnapshotSpan, ITextSnapshot) | 创建构成指定 SnapshotSpan 的文本和修饰元素的序列。 |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
SequenceChanged | 在排序器所用的数据中存在更改时发生。 |
页首