SVsTextSpanSet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Passed to the QueryService(Guid, Guid, IntPtr) method to return a reference to the IVsTextSpanSet interface.
public interface class SVsTextSpanSet
public interface class SVsTextSpanSet
__interface SVsTextSpanSet
[System.Runtime.InteropServices.Guid("E6BBDFD0-C06A-11D2-936C-D714766E8B50")]
public interface SVsTextSpanSet
[System.Runtime.InteropServices.Guid("E6BBDFD0-C06A-11D2-936C-D714766E8B50")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface SVsTextSpanSet
[<System.Runtime.InteropServices.Guid("E6BBDFD0-C06A-11D2-936C-D714766E8B50")>]
type SVsTextSpanSet = interface
[<System.Runtime.InteropServices.Guid("E6BBDFD0-C06A-11D2-936C-D714766E8B50")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type SVsTextSpanSet = interface
Public Interface SVsTextSpanSet
- Attributes
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.