SVsTextSpanSet Interface

Passed to the QueryService method to return a reference to the IVsTextSpanSet interface.

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

Syntax

'Declaration
<GuidAttribute("E6BBDFD0-C06A-11D2-936C-D714766E8B50")> _
Public Interface SVsTextSpanSet
[GuidAttribute("E6BBDFD0-C06A-11D2-936C-D714766E8B50")]
public interface SVsTextSpanSet
[GuidAttribute(L"E6BBDFD0-C06A-11D2-936C-D714766E8B50")]
public interface class SVsTextSpanSet
[<GuidAttribute("E6BBDFD0-C06A-11D2-936C-D714766E8B50")>]
type SVsTextSpanSet =  interface end
public interface SVsTextSpanSet

Remarks

This service is typically implemented on a container of documents and refers to the current document. For example, an editor may implement this service and returns the IVsTextSpanSet object for the currently visible document.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace