ParseRequest.TokenInfo Property

Definition

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.

Applies to