IVsProjectTextImageProvider Members
Include Protected Members
Include Inherited Members
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.
The IVsProjectTextImageProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
CloseItemTextImage | Closes the text image of a project item. | |
OpenItemTextImage | Opens a text image for a given file. |
Top