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.
Initializes a new instance of the OrdinalEvent class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
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
- 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.