Partager via


ViewFilter.GetSelection, méthode

Retourne l'étendue de texte actuellement sélectionné.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)

Syntaxe

'Déclaration
Public Function GetSelection As TextSpan
public TextSpan GetSelection()

Valeur de retour

Type : Microsoft.VisualStudio.TextManager.Interop.TextSpan
Retourne un objet d'TextSpan spécifiant l'étendue sélectionnée du texte.

Remarques

Ce appels de méthode que que la méthode d'GetSelectionSpan sur l'objet d'IVsTextView est passés au constructeur de classe d'ViewFilter.L'objet résultant d'TextSpan contient l'étendue de texte sélectionné ou de l'emplacement du signe insertion si aucun texte n'est sélectionné.

Sécurité .NET Framework

Voir aussi

Référence

ViewFilter Classe

Microsoft.VisualStudio.Package, espace de noms