ListChain.ToSourceToken Method

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

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

Syntax

'Declaration
Public Function ToSourceToken ( _
    token As EventToken _
) As EventToken
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.IntelliTrace.EventToken
A token for the event in the source Chain.

.NET Framework Security

See Also

Reference

ListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace