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.
Provides utilities for loading and saving text files and images.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("C5557BAA-B685-46DC-AF46-C16BFDE8FAB7")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextImageUtilities
[GuidAttribute("C5557BAA-B685-46DC-AF46-C16BFDE8FAB7")]
[InterfaceTypeAttribute()]
public interface IVsTextImageUtilities
[GuidAttribute(L"C5557BAA-B685-46DC-AF46-C16BFDE8FAB7")]
[InterfaceTypeAttribute()]
public interface class IVsTextImageUtilities
[<GuidAttribute("C5557BAA-B685-46DC-AF46-C16BFDE8FAB7")>]
[<InterfaceTypeAttribute()>]
type IVsTextImageUtilities = interface end
public interface IVsTextImageUtilities
The IVsTextImageUtilities type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetReplaceText | Gets replace text for find/replace operations. |
![]() |
GetTextFormat | Gets text format |
![]() |
LoadTextFile | Loads the specified text file. |
![]() |
LoadTextImageFromFile | Loads a text image from the specified file. |
![]() |
LoadTextImageFromMemory | Loads a text image from memory. |
![]() |
SaveTextImageToFile | Saves a text image to a file. |
![]() |
SaveTextImageToMemory | Saves a text image to memory. |
Top
Remarks
Notes to Implementers
Implemented by the environment for loading and saving text files.
.gif)