EventToken Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of EventToken.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Sub New ( _
    value As Long _
)
'Usage
Dim value As Long

Dim instance As New EventToken(value)
public EventToken(
    long value
)
public:
EventToken(
    long long value
)
new : 
        value:int64 -> EventToken
public function EventToken(
    value : long
)

Parameters

.NET Framework Security

See Also

Reference

EventToken Structure

EventToken Members

Microsoft.VisualStudio.TraceLog Namespace