EventChain.GetNextToken Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
When overridden in a derived class, 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 MustOverride Function GetNextToken ( _
token As EventToken _
) As EventToken
'Usage
Dim instance As EventChain
Dim token As EventToken
Dim returnValue As EventToken
returnValue = instance.GetNextToken(token)
public abstract EventToken GetNextToken(
EventToken token
)
public:
virtual EventToken GetNextToken(
EventToken token
) abstract
abstract GetNextToken :
token:EventToken -> EventToken
public abstract function GetNextToken(
token : EventToken
) : EventToken
Parameters
- token
Type: Microsoft.VisualStudio.TraceLog.EventToken
The token to start from.
Return Value
Type: Microsoft.VisualStudio.TraceLog.EventToken
.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.