ListChain.ToSourceToken(EventToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts an EventToken for this chain to an EventToken for the source Chain
public:
Microsoft::VisualStudio::IntelliTrace::EventToken ToSourceToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
Microsoft::VisualStudio::IntelliTrace::EventToken ToSourceToken(Microsoft::VisualStudio::IntelliTrace::EventToken token);
public Microsoft.VisualStudio.IntelliTrace.EventToken ToSourceToken (Microsoft.VisualStudio.IntelliTrace.EventToken token);
member this.ToSourceToken : Microsoft.VisualStudio.IntelliTrace.EventToken -> Microsoft.VisualStudio.IntelliTrace.EventToken
Public Function ToSourceToken (token As EventToken) As EventToken
Parameters
- token
- EventToken
A token for an event in this Chain.
Returns
A token for the event in the source Chain.