INSetProfileInCarIntentHandling_Extensions.ResolveProfileName 方法

定义

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ResolveProfileName (this Intents.IINSetProfileInCarIntentHandling This, Intents.INSetProfileInCarIntent intent, Action<Intents.INStringResolutionResult> completion);
static member ResolveProfileName : Intents.IINSetProfileInCarIntentHandling * Intents.INSetProfileInCarIntent * Action<Intents.INStringResolutionResult> -> unit

参数

This
IINSetProfileInCarIntentHandling

此方法操作的实例。

intent
INSetProfileInCarIntent

指定用户的意图。

completion
Action<INStringResolutionResult>

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

属性

适用于