ParseRequest::TokenInfo Property

 

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

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property TokenInfo^ TokenInfo {
	TokenInfo^ get();
	void set(TokenInfo^ value);
}

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.

Return to top
Show: