IRtfBuilderService 介面
從快照延伸集合產生 RTF 格式的文字。
命名空間: Microsoft.VisualStudio.Text.Formatting
組件: Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)
語法
'宣告
Public Interface IRtfBuilderService
public interface IRtfBuilderService
public interface class IRtfBuilderService
type IRtfBuilderService = interface end
public interface IRtfBuilderService
方法
名稱 | 描述 | |
---|---|---|
GenerateRtf(NormalizedSnapshotSpanCollection) | 取得 RTF 字串,這個字串包含快照延伸的格式化文字。 | |
GenerateRtf(NormalizedSnapshotSpanCollection, ITextView) | 取得 RTF 字串,這個字串包含延伸的格式化文字。 | |
GenerateRtf(NormalizedSnapshotSpanCollection, String) | 取得 RTF 字串,這個字串包含快照延伸的格式化文字。 | |
GenerateRtf(NormalizedSnapshotSpanCollection, ITextView, String) | 取得 RTF 字串,這個字串包含延伸的格式化文字。 |
回頁首
備註
這是 MEF 元件組件,而且應該使用下列屬性匯入:
[Import(typeof(IRtfBuilderService))]