ForceFeedbackMotor.LoadEffectAsync(IForceFeedbackEffect) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Tenta di caricare in modo asincrono un effetto di feedback alla memoria interna del dispositivo.
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)
Parametri
- effect
- IForceFeedbackEffect
Effetto da caricare.
Restituisce
Restituisce il risultato dell'operazione asincrona.
- Attributi