IVsTextImageUtilities Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetReplaceText(UInt32, String^, IVsTextImage^, array<TextSpan>^, IVsTextSpanSet^, String^) | Gets replace text for find/replace operations. |
![]() | GetTextFormat(UInt32, UInt32, array<Byte>^, UInt32) | Gets text format |
![]() | LoadTextFile(String^, UInt32, UInt32, String^) | Loads the specified text file. |
![]() | LoadTextImageFromFile(String^, IVsTextImage^, UInt32, UInt32) | Loads a text image from the specified file. |
![]() | LoadTextImageFromMemory(IVsTextImage^, UInt32, UInt32, array<Byte>^, UInt32) | Loads a text image from memory. |
![]() | SaveTextImageToFile(String^, IVsTextImage^, UInt32, UInt32) | Saves a text image to a file. |
![]() | SaveTextImageToMemory(IVsTextImage^, UInt32, UInt32, array<Byte>^, UInt32, UInt32) | Saves a text image to memory. |
Show:
