ForceFeedbackMotor.LoadEffectAsync(IForceFeedbackEffect) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente de charger de manière asynchrone un effet de rétroaction dans la mémoire interne de l’appareil.
public:
virtual IAsyncOperation<ForceFeedbackLoadEffectResult> ^ LoadEffectAsync(IForceFeedbackEffect ^ effect) = LoadEffectAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ForceFeedbackLoadEffectResult> LoadEffectAsync(IForceFeedbackEffect const& effect);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ForceFeedbackLoadEffectResult> LoadEffectAsync(IForceFeedbackEffect effect);
function loadEffectAsync(effect)
Public Function LoadEffectAsync (effect As IForceFeedbackEffect) As IAsyncOperation(Of ForceFeedbackLoadEffectResult)
Paramètres
- effect
- IForceFeedbackEffect
Effet à charger.
Retours
Retourne le résultat de l’opération asynchrone.
- Attributs