IVsProjectTextImageProvider Interface
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CloseItemTextImage(String, UInt32, VsTextImage) | Closes the text image of a project item. |
![]() | OpenItemTextImage(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.
Show:
