Interface SVsTextSpanSet
Passado para o QueryService método para retornar uma referência para o IVsTextSpanSet interface.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
<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
Comentários
Esse serviço geralmente é implementado em um recipiente de documentos e refere-se ao documento atual. Por exemplo, um editor pode implementar esse serviço e retorna o IVsTextSpanSet o objeto para o documento visível no momento.