共用方式為


IAdornmentElement 介面

表示由一個裝飾組成的序列項目。

命名空間:  Microsoft.VisualStudio.Text.Formatting
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
Public Interface IAdornmentElement _
    Inherits ISequenceElement
public interface IAdornmentElement : ISequenceElement
public interface class IAdornmentElement : ISequenceElement
type IAdornmentElement =  
    interface 
        interface ISequenceElement 
    end
public interface IAdornmentElement extends ISequenceElement

IAdornmentElement 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 Affinity 取得裝飾的 PositionAffinity
公用屬性 Baseline 取得裝飾文字頂端到的基準線之間的距離 (以邏輯像素) s ITextViewLine
公用屬性 BottomSpace 取得保留中的文字下方的距離 (以邏輯像素) 量ITextViewLine
公用屬性 IdentityTag 取得與這個裝飾相關聯的唯一識別項。
公用屬性 ProviderTag 取得與裝飾的提供者相關聯的唯一識別項。
公用屬性 ShouldRenderText 決定是否應該在 ITextViewLine 中呈現範圍中的文字。 (繼承自 ISequenceElement)。
公用屬性 Span 取得項目的 IMappingSpan。 (繼承自 ISequenceElement)。
公用屬性 TextHeight 取得裝飾文字的高度。
公用屬性 TopSpace 取得要在 ITextViewLine 中的文字頂端上方保留的空間量 (以邏輯像素為單位)。
公用屬性 Width 取得裝飾的寬度 (以邏輯像素為單位)。

回頁首

請參閱

參考

Microsoft.VisualStudio.Text.Formatting 命名空間