編集

次の方法で共有


INTaskListResolutionResult.GetSuccess(INTaskList) Method

Definition

Factory method to create an INTaskListResolutionResult object indicating that the parameter value was successfully matched.

[Foundation.Export("successWithResolvedTaskList:")]
public static Intents.INTaskListResolutionResult GetSuccess (Intents.INTaskList resolvedTaskList);
static member GetSuccess : Intents.INTaskList -> Intents.INTaskListResolutionResult

Parameters

resolvedTaskList
INTaskList

The resolving task list, even if different from the one in the intent.

Returns

Attributes

Applies to