Chain.GetPreviousToken Method

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

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

Syntax

'Declaration
Public Overridable Function GetPreviousToken ( _
    token As EventToken _
) As EventToken
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.IntelliTrace.EventToken
The token before the given token in the chain.

.NET Framework Security

See Also

Reference

Chain Class

Microsoft.VisualStudio.IntelliTrace Namespace