ITextAndAdornmentSequencer 介面
建立文字和裝飾項目序列,以組成 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 | 發生於排序器所使用的資料有所變更時。 |
回頁首