SVsTextSpanSet Interface
Visual Studio 2015
Passed to the QueryService method to return a reference to the IVsTextSpanSet interface.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
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.
Show: