ListEventChain.EventLink Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Constructor for ListEventChain.EventLink.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Sub New ( _
chainEvent As ChainEvent, _
eventToken As EventToken _
)
'Usage
Dim chainEvent As ChainEvent
Dim eventToken As EventToken
Dim instance As New ListEventChain..::..EventLink(chainEvent, _
eventToken)
public EventLink(
ChainEvent chainEvent,
EventToken eventToken
)
public:
EventLink(
ChainEvent^ chainEvent,
EventToken eventToken
)
new :
chainEvent:ChainEvent *
eventToken:EventToken -> EventLink
public function ListEventChain..::..EventLink(
chainEvent : ChainEvent,
eventToken : EventToken
)
Parameters
- chainEvent
Type: Microsoft.VisualStudio.TraceLog.ChainEvent
ChainEvent
- eventToken
Type: Microsoft.VisualStudio.TraceLog.EventToken
EventToken
.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.
See Also
Reference
ListEventChain.EventLink Structure