EventToken.Explicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Explicit(EventToken to Int64) |
Converts an EventToken to an Int64 |
Explicit(Int64 to EventToken) |
Constructs an EventToken from a long value |
Explicit(EventToken to Int64)
Converts an EventToken to an Int64
public:
static explicit operator long(Microsoft::VisualStudio::IntelliTrace::EventToken token);
static explicit operator long(Microsoft::VisualStudio::IntelliTrace::EventToken token);
public static explicit operator long (Microsoft.VisualStudio.IntelliTrace.EventToken token);
static member op_Explicit : Microsoft.VisualStudio.IntelliTrace.EventToken -> int64
Public Shared Narrowing Operator CType (token As EventToken) As Long
Parameters
- token
- EventToken
Returns
Applies to
Explicit(Int64 to EventToken)
Constructs an EventToken from a long value
public:
static explicit operator Microsoft::VisualStudio::IntelliTrace::EventToken(long value);
static explicit operator Microsoft::VisualStudio::IntelliTrace::EventToken(long value);
public static explicit operator Microsoft.VisualStudio.IntelliTrace.EventToken (long value);
static member op_Explicit : int64 -> Microsoft.VisualStudio.IntelliTrace.EventToken
Public Shared Narrowing Operator CType (value As Long) As EventToken
Parameters
- value
- Int64