Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Generates RTF-formatted text from a collection of snapshot spans.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Interface IRtfBuilderService
public interface IRtfBuilderService
public interface class IRtfBuilderService
type IRtfBuilderService = interface end
public interface IRtfBuilderService
Methods
| Name | Description | |
|---|---|---|
![]() |
GenerateRtf(NormalizedSnapshotSpanCollection) | Gets an RTF string containing the formatted text of the snapshot spans. |
![]() |
GenerateRtf(NormalizedSnapshotSpanCollection, ITextView) | Gets an RTF string that contains the formatted text of the spans. |
![]() |
GenerateRtf(NormalizedSnapshotSpanCollection, String) | Gets an RTF string containing the formatted text of the snapshot spans. |
![]() |
GenerateRtf(NormalizedSnapshotSpanCollection, ITextView, String) | Gets an RTF string that contains the formatted text of the spans. |
Top
Remarks
This is a MEF component part and should be imported using the following attribute:
[Import(typeof(IRtfBuilderService))]
.gif)