INSetMessageAttributeIntentHandling_Extensions.ResolveAttribute Metodo

Definizione

Gli sviluppatori possono eseguire l'override di questo metodo per personalizzare la risoluzione di un attributo di messaggio.

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

Parametri

This
IINSetMessageAttributeIntentHandling

Istanza in cui opera questo metodo.

intent
INSetMessageAttributeIntent

Specifica l'intenzione dell'utente.

completion
Action<INMessageAttributeResolutionResult>

Metodo di completamento che deve essere chiamato dall'override.

Si applica a