IFormattedTextSourceFactoryService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates formatted text sources.
public interface class IFormattedTextSourceFactoryService
public interface class IFormattedTextSourceFactoryService
__interface IFormattedTextSourceFactoryService
public interface IFormattedTextSourceFactoryService
type IFormattedTextSourceFactoryService = interface
Public Interface IFormattedTextSourceFactoryService
Remarks
This is a MEF component part, and should be imported as follows: [Import] IFormattedTextSourceFactoryService factory = null;
Methods
Create(ITextSnapshot, ITextSnapshot, Int32, Double, Double, Double, Boolean, IClassifier, ITextAndAdornmentSequencer, IClassificationFormatMap, Boolean) |
Creates an IFormattedLineSource for the given view configuration. |
Create(ITextSnapshot, ITextSnapshot, Int32, Double, Double, Double, Boolean, IClassifier, ITextAndAdornmentSequencer, IClassificationFormatMap) |
Creates an IFormattedLineSource for the given view configuration. |
Create(ITextSnapshot, ITextSnapshot, Int32, Double, Double, Double, Boolean, ITextAndAdornmentSequencer, IClassificationFormatMap) |
Creates an IFormattedLineSource for the given view configuration. |