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.
- type
Type : Microsoft.VisualStudio.Package.TokenType
[in] valeur d'Un depuis l'énumération d'TokenType identifiant le type 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
- 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.