INSaveProfileInCarIntentHandling_Extensions.ResolveProfileNumber 方法

定义

开发人员可以重写此方法以自定义配置文件编号的解析。

public static void ResolveProfileNumber (this Intents.IINSaveProfileInCarIntentHandling This, Intents.INSaveProfileInCarIntent intent, Action<Intents.INIntegerResolutionResult> completion);
static member ResolveProfileNumber : Intents.IINSaveProfileInCarIntentHandling * Intents.INSaveProfileInCarIntent * Action<Intents.INIntegerResolutionResult> -> unit

参数

This
IINSaveProfileInCarIntentHandling

此方法操作的实例。

intent
INSaveProfileInCarIntent

指定用户的意图。

completion
Action<INIntegerResolutionResult>

必须由重写调用的完成方法。

适用于