ArcadeStick.ArcadeSticks Property

Definition

The list of all connected arcade sticks.

public:
 static property IVectorView<ArcadeStick ^> ^ ArcadeSticks { IVectorView<ArcadeStick ^> ^ get(); };
static IVectorView<ArcadeStick> ArcadeSticks();
public static IReadOnlyList<ArcadeStick> ArcadeSticks { get; }
var iVectorView = ArcadeStick.arcadeSticks;
Public Shared ReadOnly Property ArcadeSticks As IReadOnlyList(Of ArcadeStick)

Property Value

The list of all connected arcade sticks.

Remarks

ArcadeStick objects are managed by the system, therefore you don't have to create or initialize them. Instead, you can access connected arcade sticks through this property. Because you might only be interested in some of the connected arcade sticks, we recommend that you maintain your own collection.

This list is initially empty and will not list arcade sticks even if they are already connected. After a short period this will return a complete list of arcade sticks.

Applies to