EventChain.GetEvent Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
When overridden in a derived class, gets a point for the specified token.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public MustOverride Function GetEvent ( _
token As EventToken _
) As ChainEvent
'Usage
Dim instance As EventChain
Dim token As EventToken
Dim returnValue As ChainEvent
returnValue = instance.GetEvent(token)
public abstract ChainEvent GetEvent(
EventToken token
)
public:
virtual ChainEvent^ GetEvent(
EventToken token
) abstract
abstract GetEvent :
token:EventToken -> ChainEvent
public abstract function GetEvent(
token : EventToken
) : ChainEvent
Parameters
- token
Type: Microsoft.VisualStudio.TraceLog.EventToken
The token to resolve to a point.
Return Value
Type: Microsoft.VisualStudio.TraceLog.ChainEvent
.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.