IFormattedTextSourceFactoryService.Create Method
Include Protected Members
Include Inherited Members
Creates an IFormattedLineSource.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Create(ITextSnapshot, ITextSnapshot, Int32, Double, Double, Double, Boolean, ITextAndAdornmentSequencer, IClassificationFormatMap) | 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, IClassifier, ITextAndAdornmentSequencer, IClassificationFormatMap, Boolean) | Creates an IFormattedLineSource for the given view configuration. |
Top