VsTextSpanSet Interface

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
Public method Add Do not use this method. (Inherited from IVsTextSpanSet.)
Public method AddFromEnum Do not use this method. (Inherited from IVsTextSpanSet.)
Public method AttachTextImage Passes a text image to the environment. (Inherited from IVsTextSpanSet.)
Public method Detach Release a text image. (Inherited from IVsTextSpanSet.)
Public method GetAt Returns a requested text span. (Inherited from IVsTextSpanSet.)
Public method GetCount Returns the number of text spans (Inherited from IVsTextSpanSet.)
Public method RemoveAll Do not use this method. (Inherited from IVsTextSpanSet.)
Public method ResumeTracking Do not use this method. (Inherited from IVsTextSpanSet.)
Public method Sort Do not use this method. (Inherited from IVsTextSpanSet.)
Public method SuspendTracking Do not use this method. (Inherited from IVsTextSpanSet.)

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace