Share via


IVsTextSpanSet Interface

Utility for text string matching.

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

Syntax

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

Remarks

To support searching, you must implement either GetSearchImage or Find and Find.

Notes to Implementers:

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

See Also

Reference

IVsTextSpanSet Members

Microsoft.VisualStudio.TextManager.Interop Namespace