ParseRequest.TokenInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a TokenInfo structure that is filled in with the results of the parsing operation.
public:
property Microsoft::VisualStudio::Package::TokenInfo ^ TokenInfo { Microsoft::VisualStudio::Package::TokenInfo ^ get(); void set(Microsoft::VisualStudio::Package::TokenInfo ^ value); };
public Microsoft.VisualStudio.Package.TokenInfo TokenInfo { get; set; }
member this.TokenInfo : Microsoft.VisualStudio.Package.TokenInfo with get, set
Public Property TokenInfo As TokenInfo
Property Value
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.