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)
Syntax
'Declaration
Public Property TokenInfo As TokenInfo
public TokenInfo TokenInfo { get; set; }
public:
property TokenInfo^ TokenInfo {
TokenInfo^ get ();
void set (TokenInfo^ value);
}
member TokenInfo : TokenInfo with get, set
function get TokenInfo () : TokenInfo
function set TokenInfo (value : TokenInfo)
Property Value
Type: Microsoft.VisualStudio.Package.TokenInfo
Returns the TokenInfo object that was passed to the ParseRequest class constructor.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.