Chain.GetEvent Method
When overridden in a derived class, gets an IntelliTraceEvent for the specified EventToken.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public MustOverride Function GetEvent ( _
token As EventToken _
) As IntelliTraceEvent
public abstract IntelliTraceEvent GetEvent(
EventToken token
)
public:
virtual IntelliTraceEvent^ GetEvent(
EventToken token
) abstract
abstract GetEvent :
token:EventToken -> IntelliTraceEvent
public abstract function GetEvent(
token : EventToken
) : IntelliTraceEvent
Parameters
- token
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
The token to resolve to a event.
Return Value
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent
The event from the chain for the given token.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.