OrdinalEvent(Int64) Constructor
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.
Initializes a new instance of the OrdinalEvent class.
protected:
OrdinalEvent(long ordinal);
protected:
OrdinalEvent(long long ordinal);
OrdinalEvent(long ordinal);
protected OrdinalEvent (long ordinal);
new Microsoft.VisualStudio.IntelliTrace.OrdinalEvent : int64 -> Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
Protected Sub New (ordinal As Long)
Parameters
- ordinal
- Int64
The ordinal value of the event.