SimpleHapticsController.SupportedFeedback 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.
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.