Condividi tramite


Metodo IRtfBuilderService.GenerateRtf (NormalizedSnapshotSpanCollection, ITextView)

Ottiene una stringa RTF che contiene il testo formattato degli intervalli.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: String
Dati RTF.

Note

Il testo generato RTF si basa su una verifica degli di intervalli di snapshot, con le caratteristiche e le proprietà di formattazione textView.

Tutti gli intervalli di snapshot devono appartenere a textView. “\„ Di nuova riga parola chiave par del formato RTF verrà inserito tra fornito SnapshotSpans.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IRtfBuilderService Interfaccia

Overload GenerateRtf

Spazio dei nomi Microsoft.VisualStudio.Text.Formatting