Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SimpleHapticsController.SupportedFeedback Property
Definition
- Namespace:
- Windows.Devices.Haptics
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.
Gets the types of feedback supported by the haptic input device.
public:
property IVectorView<SimpleHapticsControllerFeedback ^> ^ SupportedFeedback { IVectorView<SimpleHapticsControllerFeedback ^> ^ get(); };
IVectorView<SimpleHapticsControllerFeedback> SupportedFeedback();
public IReadOnlyList<SimpleHapticsControllerFeedback> SupportedFeedback { get; }
var iVectorView = simpleHapticsController.supportedFeedback;
Public ReadOnly Property SupportedFeedback As IReadOnlyList(Of SimpleHapticsControllerFeedback)
Property Value
The collection of feedback types supported, including behavior such as duration.
Applies to
See also
Feedback
Was this page helpful?
