Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
[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
The IVsTextSpanSet type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Add | Do not use this method. |
![]() |
AddFromEnum | Do not use this method. |
![]() |
AttachTextImage | Passes a text image to the environment. |
![]() |
Detach | Release a text image. |
![]() |
GetAt | Returns a requested text span. |
![]() |
GetCount | Returns the number of text spans |
![]() |
RemoveAll | Do not use this method. |
![]() |
ResumeTracking | Do not use this method. |
![]() |
Sort | Do not use this method. |
![]() |
SuspendTracking | Do not use this method. |
Top
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.
.gif)