RacingWheel.RacingWheels Property
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.
The list of all connected racing wheels.
public:
static property IVectorView<RacingWheel ^> ^ RacingWheels { IVectorView<RacingWheel ^> ^ get(); };
static IVectorView<RacingWheel> RacingWheels();
public static IReadOnlyList<RacingWheel> RacingWheels { get; }
var iVectorView = RacingWheel.racingWheels;
Public Shared ReadOnly Property RacingWheels As IReadOnlyList(Of RacingWheel)
Property Value
The list of all connected racing wheels.
Remarks
RacingWheel objects are managed by the system, therefore you don't have to create or initialize them. Instead, you can access connected racing wheels through this property. Because you might only be interested in some of the connected racing wheels, we recommend that you maintain your own collection.
This list is initially empty and will not list racing wheels even if they are already connected. After a short period this will return a complete list of racing wheels.