Freigeben über


RawGameController.SimpleHapticsControllers Eigenschaft

Definition

Eine Sammlung von SimpleHapticsController-Objekten , die alle verfügbaren haptischen Feedbackmotoren darstellen, die auf dem Gerät verfügbar sind.

public:
 property IVectorView<SimpleHapticsController ^> ^ SimpleHapticsControllers { IVectorView<SimpleHapticsController ^> ^ get(); };
IVectorView<SimpleHapticsController> SimpleHapticsControllers();
public IReadOnlyList<SimpleHapticsController> SimpleHapticsControllers { get; }
var iVectorView = rawGameController.simpleHapticsControllers;
Public ReadOnly Property SimpleHapticsControllers As IReadOnlyList(Of SimpleHapticsController)

Eigenschaftswert

Eine Sammlung von SimpleHapticsController-Objekten , die alle verfügbaren haptischen Feedbackmotoren darstellen, die auf dem Gerät verfügbar sind.

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Gilt für: