次の方法で共有


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>

オーバーライドによって呼び出される必要がある Completion メソッド。

属性

適用対象