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)

Syntax

'Declaration
<GuidAttribute("82A40D77-D2D4-4C93-AB11-8D50ADF02B1E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProjectTextImageProvider
'Usage
Dim instance As IVsProjectTextImageProvider
[GuidAttribute("82A40D77-D2D4-4C93-AB11-8D50ADF02B1E")]
[InterfaceTypeAttribute()]
public interface IVsProjectTextImageProvider
[GuidAttribute(L"82A40D77-D2D4-4C93-AB11-8D50ADF02B1E")]
[InterfaceTypeAttribute()]
public interface class IVsProjectTextImageProvider
public interface IVsProjectTextImageProvider

Remarks

An optional interface, implemented by IVsProject implementors.

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

See Also

Reference

IVsProjectTextImageProvider Members

Microsoft.VisualStudio.Shell.Interop Namespace