ListEventChain.ToSourceToken Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts an EventToken for this chain to an EventToken for the source EventChain.

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

Syntax

'Declaration
Public Function ToSourceToken ( _
    token As EventToken _
) As EventToken
'Usage
Dim instance As ListEventChain
Dim token As EventToken
Dim returnValue As EventToken

returnValue = instance.ToSourceToken(token)
public EventToken ToSourceToken(
    EventToken token
)
public:
EventToken ToSourceToken(
    EventToken token
)
member ToSourceToken : 
        token:EventToken -> EventToken 
public function ToSourceToken(
    token : EventToken
) : EventToken

Parameters

Return Value

Type: Microsoft.VisualStudio.TraceLog.EventToken
A token for the event in the source EventChain.

.NET Framework Security

See Also

Reference

ListEventChain Class

ListEventChain Members

Microsoft.VisualStudio.TraceLog Namespace