IFormattedTextSourceFactoryService-Schnittstelle
Erstellt formatierte Textquellen.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Interface IFormattedTextSourceFactoryService
public interface IFormattedTextSourceFactoryService
public interface class IFormattedTextSourceFactoryService
type IFormattedTextSourceFactoryService = interface end
public interface IFormattedTextSourceFactoryService
Methoden
Name | Beschreibung | |
---|---|---|
Create(ITextSnapshot, ITextSnapshot, Int32, Double, Double, Double, Boolean, ITextAndAdornmentSequencer, IClassificationFormatMap) | Erstellt eine IFormattedLineSource für die angegebene Ansichtskonfiguration. | |
Create(ITextSnapshot, ITextSnapshot, Int32, Double, Double, Double, Boolean, IClassifier, ITextAndAdornmentSequencer, IClassificationFormatMap) | Erstellt eine IFormattedLineSource für die angegebene Ansichtskonfiguration. | |
Create(ITextSnapshot, ITextSnapshot, Int32, Double, Double, Double, Boolean, IClassifier, ITextAndAdornmentSequencer, IClassificationFormatMap, Boolean) | Erstellt eine IFormattedLineSource für die angegebene Ansichtskonfiguration. |
Zum Seitenanfang
Hinweise
Dies ist ein MEF-Komponenten-Teil importiert werden, und es sollte wie folgt aussehen:
[Import] IFormattedTextSourceFactoryService factory = null;
Weitere Informationen über Formatierungen finden Sie im Abschnitt „des formatierten Texts“ Innerhalb des Editors.