使用英语阅读

通过


IFormattedTextSourceFactoryService Interface

Creates formatted text sources.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

声明
Public Interface IFormattedTextSourceFactoryService
public interface IFormattedTextSourceFactoryService
public interface class IFormattedTextSourceFactoryService
type IFormattedTextSourceFactoryService =  interface end
public interface IFormattedTextSourceFactoryService

Methods

Top

Remarks

This is a MEF component part, and should be imported as follows:

[Import] IFormattedTextSourceFactoryService factory = null;

For information about formatting, see the "Formatted Text" section of Inside the Editor.

See Also

Reference

Microsoft.VisualStudio.Text.Formatting Namespace