次の方法で共有


INSetClimateSettingsInCarIntentHandling_Extensions.ResolveFanSpeedIndex メソッド

定義

開発者は、このメソッドをオーバーライドして、ファン速度インデックスの解像度をカスタマイズできます。

public static void ResolveFanSpeedIndex (this Intents.IINSetClimateSettingsInCarIntentHandling This, Intents.INSetClimateSettingsInCarIntent intent, Action<Intents.INIntegerResolutionResult> completion);
static member ResolveFanSpeedIndex : Intents.IINSetClimateSettingsInCarIntentHandling * Intents.INSetClimateSettingsInCarIntent * Action<Intents.INIntegerResolutionResult> -> unit

パラメーター

This
IINSetClimateSettingsInCarIntentHandling

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

intent
INSetClimateSettingsInCarIntent

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

completion
Action<INIntegerResolutionResult>

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

適用対象