共用方式為


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 發生於排序器所使用的資料有所變更時。

回頁首

請參閱

參考

Microsoft.VisualStudio.Text.Formatting 命名空間