ListChain.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.
Gets an IntelliTraceEvent for the specified EventToken.
public:
override Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent ^ GetEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token);
override Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent GetEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token);
public override Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent GetEvent (Microsoft.VisualStudio.IntelliTrace.EventToken token);
override this.GetEvent : Microsoft.VisualStudio.IntelliTrace.EventToken -> Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent
Public Overrides Function GetEvent (token As EventToken) As IntelliTraceEvent
Parameters
- token
- EventToken
The token to resolve to an event.
Returns
The event from the chain for the given token.