INTaskListResolutionResult.GetConfirmationRequired(INTaskList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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