Condividi tramite


INAppendToNoteIntentHandling_Extensions.Confirm Metodo

Definizione

Gli sviluppatori possono implementare questo metodo per verificare se le risorse locali e remote sono pronte per l'aggiunta alla nota.

public static void Confirm (this Intents.IINAppendToNoteIntentHandling This, Intents.INAppendToNoteIntent intent, Action<Intents.INAppendToNoteIntentResponse> completion);
static member Confirm : Intents.IINAppendToNoteIntentHandling * Intents.INAppendToNoteIntent * Action<Intents.INAppendToNoteIntentResponse> -> unit

Parametri

This
IINAppendToNoteIntentHandling

Istanza in cui opera questo metodo.

intent
INAppendToNoteIntent

Specifica l'intenzione dell'utente.

completion
Action<INAppendToNoteIntentResponse>

Metodo di completamento che deve essere chiamato dall'override.

Si applica a