Aracılığıyla paylaş


IHapticFeedback.Perform(HapticFeedbackType) Method

Definition

Perform a type of haptic feedback on the device.

public:
 void Perform(Microsoft::Maui::Devices::HapticFeedbackType type);
public void Perform (Microsoft.Maui.Devices.HapticFeedbackType type);
abstract member Perform : Microsoft.Maui.Devices.HapticFeedbackType -> unit
Public Sub Perform (type As HapticFeedbackType)

Parameters

type
HapticFeedbackType

The haptic feedback type to perform.

Applies to