INTaskListResolutionResult.GetDisambiguation(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 choose an option.
[Foundation.Export("disambiguationWithTaskListsToDisambiguate:")]
public static Intents.INTaskListResolutionResult GetDisambiguation (Intents.INTaskList[] taskListsToDisambiguate);
static member GetDisambiguation : Intents.INTaskList[] -> Intents.INTaskListResolutionResult
Parameters
- taskListsToDisambiguate
- INTaskList[]
The task list that must be disambiguated by the user.
Returns
- Attributes