Share via


EventChain.GetPreviousToken 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 previous point before the given token.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Overridable Function GetPreviousToken ( _
    token As EventToken _
) As EventToken
'Usage
Dim instance As EventChain
Dim token As EventToken
Dim returnValue As EventToken

returnValue = instance.GetPreviousToken(token)
public virtual EventToken GetPreviousToken(
    EventToken token
)
public:
virtual EventToken GetPreviousToken(
    EventToken token
)
abstract GetPreviousToken : 
        token:EventToken -> EventToken 
override GetPreviousToken : 
        token:EventToken -> EventToken 
public function GetPreviousToken(
    token : EventToken
) : EventToken

Parameters

Return Value

Type: Microsoft.VisualStudio.TraceLog.EventToken

.NET Framework Security

See Also

Reference

EventChain Class

EventChain Members

Microsoft.VisualStudio.TraceLog Namespace