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
- textView
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextView
IVsTextView qui contient le texte qui contient les éléments de langage correspondants.
- line
Type : System.Int32
Numéro de ligne.
- col
Type : System.Int32
Numéro de la colonne.
- span
Type : Microsoft.VisualStudio.TextManager.Interop.TextSpan%
[] A TextSpan qui contient les éléments de langage correspondants.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.