IVsTextImageUtilities Interface
Visual Studio 2015
Provides utilities for loading and saving text files and images.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetReplaceText(UInt32, String, IVsTextImage, TextSpan[], IVsTextSpanSet, String) | Gets replace text for find/replace operations. |
![]() | GetTextFormat(UInt32, UInt32, 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, Byte[], UInt32) | Loads a text image from memory. |
![]() | SaveTextImageToFile(String, IVsTextImage, UInt32, UInt32) | Saves a text image to a file. |
![]() | SaveTextImageToMemory(IVsTextImage, UInt32, UInt32, Byte[], UInt32, UInt32) | Saves a text image to memory. |
Notes to Implementers:
Implemented by the environment for loading and saving text files.
Show:
