ParseRequest::TokenInfo Property
Visual Studio 2015
Specifies a TokenInfo structure that is filled in with the results of the parsing operation.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: Microsoft.VisualStudio.Package::TokenInfo^Returns the TokenInfo object that was passed to the ParseRequest class constructor.
Most parsing operations involve a single token and the process that initiated the parse on that token can access information about the token through this property.
Show: