Düzenle

Aracılığıyla paylaş


INTaskListResolutionResult.GetConfirmationRequired(INTaskList) Method

Definition

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

[Foundation.Export("confirmationRequiredWithTaskListToConfirm:")]
public static Intents.INTaskListResolutionResult GetConfirmationRequired (Intents.INTaskList taskListToConfirm);
static member GetConfirmationRequired : Intents.INTaskList -> Intents.INTaskListResolutionResult

Parameters

taskListToConfirm
INTaskList

The task list that must be confirmed by the user.

This parameter can be null.

Returns

Attributes

Applies to