Método ViewFilter.GetSelection

Retorna a extensão do texto atualmente selecionado.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService (em Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (em Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (em Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (em Microsoft.VisualStudio.Package.LanguageService.11.0.dll)

Sintaxe

'Declaração
Public Function GetSelection As TextSpan
public TextSpan GetSelection()

Valor de retorno

Tipo: Microsoft.VisualStudio.TextManager.Interop.TextSpan
Retorna um TextSpan objeto especificando o trecho selecionado de texto.

Comentários

Este método chama o GetSelectionSpan método na IVsTextView objeto passado para o ViewFilter o construtor de classe.O resultante TextSpan objeto contém a extensão do texto selecionado ou o local do cursor, se nenhum texto for selecionado.

Segurança do .NET Framework

Consulte também

Referência

ViewFilter Classe

Namespace Microsoft.VisualStudio.Package