IVsTextSpanSet Interface
Utility for text string matching.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
声明
<InterfaceTypeAttribute()> _
<GuidAttribute("E6BBDFD0-C06A-11D2-936C-D714766E8B50")> _
Public Interface IVsTextSpanSet
用法
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("E6BBDFD0-C06A-11D2-936C-D714766E8B50")>]
type IVsTextSpanSet = interface end
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.