EventToken Explicit Conversion (Int64 to EventToken)

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

Syntax

'Declaration
Public Shared Narrowing Operator CType ( _
    value As Long _
) As EventToken
public static explicit operator EventToken (
    long value
)
static explicit operator EventToken (
    long long value
)
F# does not support the declaration of new casting operators.
JScript does not support the declaration of new casting operators.

Parameters

Return Value

Type: Microsoft.VisualStudio.IntelliTrace.EventToken

.NET Framework Security

See Also

Reference

EventToken Structure

Explicit Overload

Microsoft.VisualStudio.IntelliTrace Namespace