ListEventChain.GetNextToken Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the token for the next point after the given token.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Overrides Function GetNextToken ( _
token As EventToken _
) As EventToken
'Usage
Dim instance As ListEventChain
Dim token As EventToken
Dim returnValue As EventToken
returnValue = instance.GetNextToken(token)
public override EventToken GetNextToken(
EventToken token
)
public:
virtual EventToken GetNextToken(
EventToken token
) override
abstract GetNextToken :
token:EventToken -> EventToken
override GetNextToken :
token:EventToken -> EventToken
public override function GetNextToken(
token : EventToken
) : EventToken
Parameters
- token
Type: Microsoft.VisualStudio.TraceLog.EventToken
The token to start from.
Return Value
Type: Microsoft.VisualStudio.TraceLog.EventToken
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.