INSetDefrosterSettingsInCarIntentHandling_Extensions.ResolveDefroster Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Developers can override this method to customize the resolution of the requested defroster.
public static void ResolveDefroster (this Intents.IINSetDefrosterSettingsInCarIntentHandling This, Intents.INSetDefrosterSettingsInCarIntent intent, Action<Intents.INCarDefrosterResolutionResult> completion);
static member ResolveDefroster : Intents.IINSetDefrosterSettingsInCarIntentHandling * Intents.INSetDefrosterSettingsInCarIntent * Action<Intents.INCarDefrosterResolutionResult> -> unit
Parameters
The instance on which this method operates.
Specifies the user's intention.
- completion
- Action<INCarDefrosterResolutionResult>
Completion method that must be called by the override.