ListChain.GetNextToken(EventToken) Method

Definition

Gets the EventToken for the next event after the given EventToken.

public:
 override Microsoft::VisualStudio::IntelliTrace::EventToken GetNextToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
 override Microsoft::VisualStudio::IntelliTrace::EventToken GetNextToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
public override Microsoft.VisualStudio.IntelliTrace.EventToken GetNextToken (Microsoft.VisualStudio.IntelliTrace.EventToken token);
override this.GetNextToken : Microsoft.VisualStudio.IntelliTrace.EventToken -> Microsoft.VisualStudio.IntelliTrace.EventToken
Public Overrides Function GetNextToken (token As EventToken) As EventToken

Parameters

token
EventToken

The token to start from.

Returns

The token after the given token in the chain. When token is at or past the end of the chain, AfterLastToken is returned. When token is before the beginning of the chain, FirstToken is returned.

Applies to