This topic has not yet been rated - Rate this topic

ParseRequest.TokenInfo Property

Specifies a TokenInfo structure that is filled in with the results of the parsing operation.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
public TokenInfo TokenInfo { get; set; }

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.