Partager via


IRtfBuilderService.GenerateRtf, méthode (NormalizedSnapshotSpanCollection, ITextView)

Obtient une chaîne RTF qui contient le texte mis en forme des étendues.

Espace de noms :  Microsoft.VisualStudio.Text.Formatting
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Function GenerateRtf ( _
    spans As NormalizedSnapshotSpanCollection, _
    textView As ITextView _
) As String
string GenerateRtf(
    NormalizedSnapshotSpanCollection spans,
    ITextView textView
)
String^ GenerateRtf(
    NormalizedSnapshotSpanCollection^ spans, 
    ITextView^ textView
)
abstract GenerateRtf : 
        spans:NormalizedSnapshotSpanCollection * 
        textView:ITextView -> string
function GenerateRtf(
    spans : NormalizedSnapshotSpanCollection, 
    textView : ITextView
) : String

Paramètres

Valeur de retour

Type : String
Données de RTF.

Notes

Le texte généré de RTF est selon examen de dans- commande dans-commande des étendues d'instantanés, avec les caractéristiques et les propriétés de formatage d'textView.

Toutes les étendues d'instantanés doivent appartenir à textView. Un mot clé RTF de pair de nouvelle ligne « \ » sera placé entre SnapshotSpan fourni S.

Sécurité .NET Framework

Voir aussi

Référence

IRtfBuilderService Interface

GenerateRtf, surcharge

Microsoft.VisualStudio.Text.Formatting, espace de noms