OrdinalEvent Constructor

Initializes a new instance of the OrdinalEvent class.

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

Syntax

‘선언
Protected Sub New ( _
    ordinal As Long _
)
protected OrdinalEvent(
    long ordinal
)
protected:
OrdinalEvent(
    long long ordinal
)
new : 
        ordinal:int64 -> OrdinalEvent
protected function OrdinalEvent(
    ordinal : long
)

Parameters

  • ordinal
    Type: System.Int64
    The ordinal value of the event.

.NET Framework Security

See Also

Reference

OrdinalEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace