Chain.GetPreviousToken(EventToken) Method
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.
Gets the EventToken for the previous event before the given EventToken.
public:
virtual Microsoft::VisualStudio::IntelliTrace::EventToken GetPreviousToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
virtual Microsoft::VisualStudio::IntelliTrace::EventToken GetPreviousToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
public virtual Microsoft.VisualStudio.IntelliTrace.EventToken GetPreviousToken (Microsoft.VisualStudio.IntelliTrace.EventToken token);
abstract member GetPreviousToken : Microsoft.VisualStudio.IntelliTrace.EventToken -> Microsoft.VisualStudio.IntelliTrace.EventToken
override this.GetPreviousToken : Microsoft.VisualStudio.IntelliTrace.EventToken -> Microsoft.VisualStudio.IntelliTrace.EventToken
Public Overridable Function GetPreviousToken (token As EventToken) As EventToken
Parameters
- token
- EventToken
The token to start from.
Returns
The token before the given token in the chain.