次の方法で共有


INSetProfileInCarIntentHandling_Extensions.ResolveDefaultProfile メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。 プロパティを解決する必要はありません。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "The property doesn't need to be resolved.")]
public static void ResolveDefaultProfile (this Intents.IINSetProfileInCarIntentHandling This, Intents.INSetProfileInCarIntent intent, Action<Intents.INBooleanResolutionResult> completion);
static member ResolveDefaultProfile : Intents.IINSetProfileInCarIntentHandling * Intents.INSetProfileInCarIntent * Action<Intents.INBooleanResolutionResult> -> unit

パラメーター

This
IINSetProfileInCarIntentHandling

このメソッドが動作するインスタンス。

intent
INSetProfileInCarIntent

ユーザーの意図を指定します。

completion
Action<INBooleanResolutionResult>

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

属性

適用対象