This topic has not yet been rated - Rate this topic

IFormattedTextSourceFactoryService Interface

Creates formatted text sources.

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

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.