Partager via


TokenInfo, constructeur (Int32, Int32, TokenType)

Initialise une nouvelle instance de la classe d'TokenInfo aux valeurs spécifiées.

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 Sub New ( _
    startIndex As Integer, _
    endIndex As Integer, _
    type As TokenType _
)
public TokenInfo(
    int startIndex,
    int endIndex,
    TokenType type
)

Paramètres

  • startIndex
    Type : System.Int32
    [in] le premier personnage du jeton.
  • endIndex
    Type : System.Int32
    [in] le dernier personnage du jeton.

Remarques

Tous les déclencheurs symboliques du jeton l'index de couleurs et doivent être spécifiés après que l'objet ait été construit.

Sécurité .NET Framework

Voir aussi

Référence

TokenInfo Classe

TokenInfo, surcharge

Microsoft.VisualStudio.Package, espace de noms