Partager via


IINAddTasksIntentHandling.HandleAddTasks Méthode

Définition

Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 avec un INAddTasksIntentResponse approprié au INAddTasksIntentintent.

[Foundation.Export("handleAddTasks:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleAddTasks (Intents.INAddTasksIntent intent, Action<Intents.INAddTasksIntentResponse> completion);
abstract member HandleAddTasks : Intents.INAddTasksIntent * Action<Intents.INAddTasksIntentResponse> -> unit

Paramètres

intent
INAddTasksIntent

Spécifie l’intention de l’utilisateur.

completion
Action<INAddTasksIntentResponse>

Méthode d’achèvement qui doit être appelée par le remplacement.

Attributs

S’applique à