EventToken Explicit Conversion (EventToken to Int64)

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

Syntax

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

Parameters

Return Value

Type: System.Int64

.NET Framework Security

See Also

Reference

EventToken Structure

Explicit Overload

Microsoft.VisualStudio.IntelliTrace Namespace