EventDescription.Track Property (Microsoft.DirectX.Direct3D)

Retrieves the event track identifier.

Definition

Visual Basic Public ReadOnly Property Track As Integer
C# public int Track { get; }
C++ public:
property int Track {
        int get();
}
JScript public function get Track() : int

Property Value

System.Int32
Event track identifier.

This property is read-only.