Partager via


Source.GetTokenInfo, méthode

Obtient des informations sur le jeton à la position spécifiée.

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 Function GetTokenInfo ( _
    line As Integer, _
    col As Integer _
) As TokenInfo
public virtual TokenInfo GetTokenInfo(
    int line,
    int col
)

Paramètres

  • line
    Type : System.Int32
    Le numéro de la ligne contenant le jeton pour examiner.
  • col
    Type : System.Int32
    L'offset de personnage dans la ligne au jeton à examiner.

Valeur de retour

Type : Microsoft.VisualStudio.Package.TokenInfo
Un objet d'TokenInfo contenant des informations sur le jeton actuel.

Remarques

Ce les appels de méthode la méthode de l'GetLineInfo du coloriseur pour tokenize la ligne en cours, et appelle ensuite

GetTokenInfo pour obtenir les informations symboliques à la position de caractère sur la ligne.

Mise en gardeAttention

Cette méthode requiert un objet valide d'Colorizer et l'objet associé d'IScanner à passer au constructeur de classe d'Source.

Sécurité .NET Framework

Voir aussi

Référence

Source Classe

Microsoft.VisualStudio.Package, espace de noms