TokenInfo.EndIndex, propriété
Détermine l'index du dernier personnage du jeton.
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 EndIndex As Integer
public int EndIndex { get; set; }
Valeur de propriété
Type : System.Int32
Retourne un entier spécifiant le dernier personnage du jeton.
Remarques
Le scanneur d'IScanner traite des lignes de source, analysant chaque ligne pour des jetons.L'index de caractère spécifié dans EndIndex est un offset dans la ligne active étant analysée.
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.