Condividi tramite


Metodo IRtfBuilderService.GenerateRtf (NormalizedSnapshotSpanCollection, ITextView, String)

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, _
    delimiter As String _
) As String
string GenerateRtf(
    NormalizedSnapshotSpanCollection spans,
    ITextView textView,
    string delimiter
)
String^ GenerateRtf(
    NormalizedSnapshotSpanCollection^ spans, 
    ITextView^ textView, 
    String^ delimiter
)
abstract GenerateRtf : 
        spans:NormalizedSnapshotSpanCollection * 
        textView:ITextView * 
        delimiter:string -> string
function GenerateRtf(
    spans : NormalizedSnapshotSpanCollection, 
    textView : ITextView, 
    delimiter : String
) : 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.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IRtfBuilderService Interfaccia

Overload GenerateRtf

Spazio dei nomi Microsoft.VisualStudio.Text.Formatting