WovenEventChain.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 Overrides Function GetPreviousToken ( _
    token As EventToken _
) As EventToken
'Usage
Dim instance As WovenEventChain
Dim token As EventToken
Dim returnValue As EventToken

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

Parameters

Return Value

Type: Microsoft.VisualStudio.TraceLog.EventToken
The token in the chain immediately before the given token.

Remarks

Always throws NotSupportedException.

.NET Framework Security

See Also

Reference

WovenEventChain Class

WovenEventChain Members

Microsoft.VisualStudio.TraceLog Namespace