Share via


IINSetTaskAttributeIntentHandling.ResolveTargetTask Method

Definition

Developers may implement this method to customize resolution of the task to update.

[Foundation.Export("resolveTargetTaskForSetTaskAttribute:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveTargetTask(Intents.INSetTaskAttributeIntent intent, Action<Intents.INTaskResolutionResult> completion);
[<Foundation.Export("resolveTargetTaskForSetTaskAttribute:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveTargetTask : Intents.INSetTaskAttributeIntent * Action<Intents.INTaskResolutionResult> -> unit
override this.ResolveTargetTask : Intents.INSetTaskAttributeIntent * Action<Intents.INTaskResolutionResult> -> unit

Parameters

intent
INSetTaskAttributeIntent

Specifies the user's intention.

completion
Action<INTaskResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to