Share via


INAppendToNoteIntentHandling_Extensions.ResolveTargetNoteForAppend Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveTargetNoteForAppend(this Intents.IINAppendToNoteIntentHandling This, Intents.INAppendToNoteIntent intent, Action<Intents.INNoteResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveTargetNoteForAppend : Intents.IINAppendToNoteIntentHandling * Intents.INAppendToNoteIntent * Action<Intents.INNoteResolutionResult> -> unit

Parameters

intent
INAppendToNoteIntent

Specifies the user's intention.

completion
Action<INNoteResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to