ListChain.GetEvent Method
Gets an IntelliTraceEvent for the specified EventToken.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Overrides Function GetEvent ( _
token As EventToken _
) As IntelliTraceEvent
public override IntelliTraceEvent GetEvent(
EventToken token
)
public:
virtual IntelliTraceEvent^ GetEvent(
EventToken token
) override
abstract GetEvent :
token:EventToken -> IntelliTraceEvent
override GetEvent :
token:EventToken -> IntelliTraceEvent
public override function GetEvent(
token : EventToken
) : IntelliTraceEvent
Parameters
- token
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
The token to resolve to an 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.