IFormattedTextSourceFactoryService 介面
建立格式化文字來源。
命名空間: Microsoft.VisualStudio.Text.Formatting
組件: Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)
語法
'宣告
Public Interface IFormattedTextSourceFactoryService
public interface IFormattedTextSourceFactoryService
public interface class IFormattedTextSourceFactoryService
type IFormattedTextSourceFactoryService = interface end
public interface IFormattedTextSourceFactoryService
方法
回頁首
備註
這是 MEF 元件的組件,並應該匯入,如下所示:
[Import] IFormattedTextSourceFactoryService factory = null;
格式設定的相關資訊,請參閱 「 格式化的文字 」 區段中的在 [編輯器]。