TokenInfo::StartIndex Property
Visual Studio 2015
Determines the index of the first character of the token.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
The IScanner scanner operates on lines of source, parsing each line for tokens. The character index specified in StartIndex is an offset into the current line being parsed.
Show: