Compartir a través de


SVsTextSpanSet (Interfaz)

pasado a QueryService el método para devolver una referencia a la interfaz de IVsTextSpanSet .

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
<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

Comentarios

Este servicio normalmente se implementa en un contenedor de documentos y hace referencia al documento actual. Por ejemplo, un editor puede implementar este servicio y devuelve el objeto de IVsTextSpanSet para el documento visible.

Vea también

Referencia

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)