IVsTextSpanSet Interface
Visual Studio 2015
Utility for text string matching.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Int32, TextSpan[]) | Do not use this method. |
![]() | AddFromEnum(IVsEnumTextSpans) | Do not use this method. |
![]() | AttachTextImage(Object) | Passes a text image to the environment. |
![]() | Detach() | Release a text image. |
![]() | GetAt(Int32, TextSpan[]) | Returns a requested text span. |
![]() | GetCount(Int32) | Returns the number of text spans |
![]() | RemoveAll() | Do not use this method. |
![]() | ResumeTracking() | Do not use this method. |
![]() | Sort(UInt32) | Do not use this method. |
![]() | SuspendTracking() | Do not use this method. |
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.
Show:
