IVsTextImage Interface

Supports text string matching.

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

Syntax

'Declaration
<GuidAttribute("67068DC0-C069-11D2-936C-D714766E8B50")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextImage
'Usage
Dim instance As IVsTextImage
[GuidAttribute("67068DC0-C069-11D2-936C-D714766E8B50")]
[InterfaceTypeAttribute()]
public interface IVsTextImage
[GuidAttribute(L"67068DC0-C069-11D2-936C-D714766E8B50")]
[InterfaceTypeAttribute()]
public interface class IVsTextImage
public interface IVsTextImage

Remarks

Notes to Implementers:

Implement this interface to support find and replace in a text image.

See Also

Reference

IVsTextImage Members

Microsoft.VisualStudio.TextManager.Interop Namespace

IVsTextImage2