INCreateNoteIntentHandling_Extensions.Confirm Metodo

Definizione

Gli sviluppatori possono implementare questo metodo per verificare se le risorse locali e remote sono pronte per creare la nota.

public static void Confirm (this Intents.IINCreateNoteIntentHandling This, Intents.INCreateNoteIntent intent, Action<Intents.INCreateNoteIntentResponse> completion);
static member Confirm : Intents.IINCreateNoteIntentHandling * Intents.INCreateNoteIntent * Action<Intents.INCreateNoteIntentResponse> -> unit

Parametri

This
IINCreateNoteIntentHandling

Istanza in cui opera questo metodo.

intent
INCreateNoteIntent

Specifica l'intenzione dell'utente.

completion
Action<INCreateNoteIntentResponse>

Metodo di completamento che deve essere chiamato dall'override.

Si applica a