INAppendToNoteIntentHandling_Extensions.ResolveTargetNoteForAppend Method

Definition

Developers may implement this method to customize resolution of the target note.

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

Parameters

This
IINAppendToNoteIntentHandling

The instance on which this method operates.

intent
INAppendToNoteIntent

Specifies the user's intention.

completion
Action<INNoteResolutionResult>

Completion method that must be called by the override.

Applies to