Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Utility for text string matching.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("E6BBDFD0-C06A-11D2-936C-D714766E8B50")> _
Public Interface VsTextSpanSet _
Inherits IVsTextSpanSet
[GuidAttribute("E6BBDFD0-C06A-11D2-936C-D714766E8B50")]
public interface VsTextSpanSet : IVsTextSpanSet
[GuidAttribute(L"E6BBDFD0-C06A-11D2-936C-D714766E8B50")]
public interface class VsTextSpanSet : IVsTextSpanSet
[<GuidAttribute("E6BBDFD0-C06A-11D2-936C-D714766E8B50")>]
type VsTextSpanSet =
interface
interface IVsTextSpanSet
end
public interface VsTextSpanSet extends IVsTextSpanSet
The VsTextSpanSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add | Do not use this method. (Inherited from IVsTextSpanSet.) |
![]() |
AddFromEnum | Do not use this method. (Inherited from IVsTextSpanSet.) |
![]() |
AttachTextImage | Passes a text image to the environment. (Inherited from IVsTextSpanSet.) |
![]() |
Detach | Release a text image. (Inherited from IVsTextSpanSet.) |
![]() |
GetAt | Returns a requested text span. (Inherited from IVsTextSpanSet.) |
![]() |
GetCount | Returns the number of text spans (Inherited from IVsTextSpanSet.) |
![]() |
RemoveAll | Do not use this method. (Inherited from IVsTextSpanSet.) |
![]() |
ResumeTracking | Do not use this method. (Inherited from IVsTextSpanSet.) |
![]() |
Sort | Do not use this method. (Inherited from IVsTextSpanSet.) |
![]() |
SuspendTracking | Do not use this method. (Inherited from IVsTextSpanSet.) |
Top