IFormattedTextSourceFactoryService Interface

Definition

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)

Creates an IFormattedLineSource for the given view configuration.

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, ITextAndAdornmentSequencer, IClassificationFormatMap)

Creates an IFormattedLineSource for the given view configuration.

Applies to