Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- token
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
Return Value
Type: System.Int64
.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.