INCreateNoteIntentHandling_Extensions.ResolveContent Metodo

Definizione

Gli sviluppatori possono implementare questo metodo per risolvere il contenuto di una nota.

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

Parametri

This
IINCreateNoteIntentHandling

Istanza in cui funziona questo metodo.

intent
INCreateNoteIntent

Specifica l'intenzione dell'utente.

completion
Action<INNoteContentResolutionResult>

Metodo di completamento che deve essere chiamato dall'override.

Si applica a