VsTextSpanSet Interface

Utility for text string matching.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Déclaration
<GuidAttribute("E6BBDFD0-C06A-11D2-936C-D714766E8B50")> _
Public Interface VsTextSpanSet _
    Inherits IVsTextSpanSet
'Utilisation
Dim instance As VsTextSpanSet
[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

See Also

Reference

VsTextSpanSet Members

Microsoft.VisualStudio.TextManager.Interop Namespace