IRtfBuilderService, interface
Génère un texte au format RTF à partir d'une collection d'étendues d'instantanés.
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 IRtfBuilderService
public interface IRtfBuilderService
public interface class IRtfBuilderService
type IRtfBuilderService = interface end
public interface IRtfBuilderService
Méthodes
Nom | Description | |
---|---|---|
GenerateRtf(NormalizedSnapshotSpanCollection) | Obtient une chaîne RTF qui contient le texte mis en forme des étendues d'instantanés. | |
GenerateRtf(NormalizedSnapshotSpanCollection, ITextView) | Obtient une chaîne RTF qui contient le texte mis en forme des étendues. | |
GenerateRtf(NormalizedSnapshotSpanCollection, String) | Obtient une chaîne RTF qui contient le texte mis en forme des étendues d'instantanés. | |
GenerateRtf(NormalizedSnapshotSpanCollection, ITextView, String) | Obtient une chaîne RTF qui contient le texte mis en forme des étendues. |
Début
Notes
C'est un composant MEF et doit être importée à l'aide de l'attribut suivant :
[Import(typeof(IRtfBuilderService))]