Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Overrides Function GetPreviousToken ( _
token As EventToken _
) As EventToken
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
- token
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
The token from which to start.
Return Value
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
The token before the given token in the chain.
.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.