IVsProjectTextImageProvider Interface

 

Opens or close IVsTextImage interfaces for files. Often used to enable Find and Replace on non-local files. Frequently used with Web files. Your implementation should make itself available through querying IVsHierarchy.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("82A40D77-D2D4-4C93-AB11-8D50ADF02B1E")]
[InterfaceTypeAttribute(1)]
public interface IVsProjectTextImageProvider

NameDescription
System_CAPS_pubmethodCloseItemTextImage(String, UInt32, VsTextImage)

Closes the text image of a project item.

System_CAPS_pubmethodOpenItemTextImage(String, UInt32, VsTextImage)

Opens a text image for a given file.

An optional interface, implemented by IVsProject implementors.

For Find in files, the interface is called from a background thread.

Return to top
Show: