Partager via


INSetMessageAttributeIntentHandling_Extensions.ConfirmSetMessageAttribute Méthode

Définition

Les développeurs peuvent remplacer cette méthode pour personnaliser la confirmation du paramètre d’un attribut de message.

public static void ConfirmSetMessageAttribute (this Intents.IINSetMessageAttributeIntentHandling This, Intents.INSetMessageAttributeIntent intent, Action<Intents.INSetMessageAttributeIntentResponse> completion);
static member ConfirmSetMessageAttribute : Intents.IINSetMessageAttributeIntentHandling * Intents.INSetMessageAttributeIntent * Action<Intents.INSetMessageAttributeIntentResponse> -> unit

Paramètres

This
IINSetMessageAttributeIntentHandling

Instance sur laquelle cette méthode fonctionne.

intent
INSetMessageAttributeIntent

Spécifie l’intention de l’utilisateur.

completion
Action<INSetMessageAttributeIntentResponse>

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

S’applique à