Edit

Share via


INTaskResolutionResult.GetConfirmationRequired(INTask) Method

Definition

Factory method to create an INTaskResolutionResult object indicating that the user must confirm the value of the parameter.

[Foundation.Export("confirmationRequiredWithTaskToConfirm:")]
public static Intents.INTaskResolutionResult GetConfirmationRequired (Intents.INTask taskToConfirm);
static member GetConfirmationRequired : Intents.INTask -> Intents.INTaskResolutionResult

Parameters

taskToConfirm
INTask

The task that must be confirmed by the user.

This parameter can be null.

Returns

Attributes

Applies to