Partager via


Source.GetPairExtents, méthode (IVsTextView, Int32, Int32, TextSpan%)

Obtient l'étendue par une paire correspondante d'éléments de langage.

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

Syntaxe

'Déclaration
Public Overridable Sub GetPairExtents ( _
    textView As IVsTextView, _
    line As Integer, _
    col As Integer, _
    <OutAttribute> ByRef span As TextSpan _
)
public virtual void GetPairExtents(
    IVsTextView textView,
    int line,
    int col,
    out TextSpan span
)

Paramètres

Remarques

Si l'emplacement repose entre deux éléments couplés, démarre retournés d'étendue à l'élément de départ et les extrémités avec l'élément fermante.

Sécurité .NET Framework

Voir aussi

Référence

Source Classe

GetPairExtents, surcharge

Microsoft.VisualStudio.Package, espace de noms