ISequenceElement 介面
表示在構成 ITextViewLine 的項目序列中的基本項目。
命名空間: Microsoft.VisualStudio.Text.Formatting
組件: Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)
語法
'宣告
Public Interface ISequenceElement
public interface ISequenceElement
public interface class ISequenceElement
type ISequenceElement = interface end
public interface ISequenceElement
ISequenceElement 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
![]() |
ShouldRenderText | 決定是否應該在 ITextViewLine 中呈現範圍中的文字。 |
![]() |
Span | 取得項目的 IMappingSpan。 |
回頁首