IVsTextImageUtilities Interface

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
Public method GetReplaceText Gets replace text for find/replace operations.
Public method GetTextFormat Gets text format
Public method LoadTextFile Loads the specified text file.
Public method LoadTextImageFromFile Loads a text image from the specified file.
Public method LoadTextImageFromMemory Loads a text image from memory.
Public method SaveTextImageToFile Saves a text image to a file.
Public method SaveTextImageToMemory Saves a text image to memory.

Top

Remarks

Notes to Implementers

Implemented by the environment for loading and saving text files.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace