Chain.GetEvent(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.
When overridden in a derived class, gets an IntelliTraceEvent for the specified EventToken.
public:
abstract Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent ^ GetEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token);
abstract Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent GetEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token);
public abstract Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent GetEvent (Microsoft.VisualStudio.IntelliTrace.EventToken token);
abstract member GetEvent : Microsoft.VisualStudio.IntelliTrace.EventToken -> Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent
Public MustOverride Function GetEvent (token As EventToken) As IntelliTraceEvent
Parameters
- token
- EventToken
The token to resolve to a event.
Returns
The event from the chain for the given token.