Partager via


TokenInfo.Token, propriété

Détermine l'IDENTIFICATEUR symbolique comme représenté par l'objet d'TokenInfo.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   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)
  Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)

Syntaxe

'Déclaration
Public Property Token As Integer
public int Token { get; set; }

Valeur de propriété

Type : System.Int32
Retourne un entier spécifiant l'identification de jeton

Remarques

L'IDENTIFICATEUR jeton représente un jeton particulier de langage et est spécifique au scanneur ou à l'analyseur utilisé.Cela peut être utilisé, par exemple, pour rechercher rapidement un jeton spécifique dans une arborescence d'analyser si plus d'informations sur ce jeton sont nécessaires que peut être représenté dans la classe d'TokenInfo.

Les classes managées de service de langage d'infrastructure de package n'utilisent pas cette propriété.

Sécurité .NET Framework

Voir aussi

Référence

TokenInfo Classe

Microsoft.VisualStudio.Package, espace de noms