IFormattedTextSourceFactoryService, interface
Crée des sources de texte mis en forme.
Espace de noms : Microsoft.VisualStudio.Text.Formatting
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Public Interface IFormattedTextSourceFactoryService
public interface IFormattedTextSourceFactoryService
public interface class IFormattedTextSourceFactoryService
type IFormattedTextSourceFactoryService = interface end
public interface IFormattedTextSourceFactoryService
Méthodes
Nom | Description | |
---|---|---|
Create(ITextSnapshot, ITextSnapshot, Int32, Double, Double, Double, Boolean, ITextAndAdornmentSequencer, IClassificationFormatMap) | Crée un IFormattedLineSource pour la configuration d'affichage donnée. | |
Create(ITextSnapshot, ITextSnapshot, Int32, Double, Double, Double, Boolean, IClassifier, ITextAndAdornmentSequencer, IClassificationFormatMap) | Crée un IFormattedLineSource pour la configuration d'affichage donnée. | |
Create(ITextSnapshot, ITextSnapshot, Int32, Double, Double, Double, Boolean, IClassifier, ITextAndAdornmentSequencer, IClassificationFormatMap, Boolean) | Crée un IFormattedLineSource pour la configuration d'affichage donnée. |
Début
Notes
C'est un composant MEF, et doit être importée comme suit :
[Import] IFormattedTextSourceFactoryService factory = null;
Pour plus d'informations sur le formatage, voyez la section « texte mis en forme » d'à l'intérieur de l'éditeur.