ListChain.GetPreviousToken(EventToken) Method

Definition

Gets the EventToken for the previous event before the given EventToken.

public:
 override Microsoft::VisualStudio::IntelliTrace::EventToken GetPreviousToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
 override Microsoft::VisualStudio::IntelliTrace::EventToken GetPreviousToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
public override Microsoft.VisualStudio.IntelliTrace.EventToken GetPreviousToken (Microsoft.VisualStudio.IntelliTrace.EventToken token);
override this.GetPreviousToken : Microsoft.VisualStudio.IntelliTrace.EventToken -> Microsoft.VisualStudio.IntelliTrace.EventToken
Public Overrides 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. When token is at or before the beginning of the chain, BeforeFirstToken is returned. When token is past the end of the chain, LastToken is returned.

Applies to