Share via


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

.NET Framework Security

See Also

Reference

ListEventChain.EventLink Structure

ListEventChain.EventLink Members

Microsoft.VisualStudio.TraceLog Namespace