INSetProfileInCarIntentHandling_Extensions.ResolveDefaultProfile 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 should not use this deprecated method. The property doesn't need to be resolved.
[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
Parameters
The instance on which this method operates.
- intent
- INSetProfileInCarIntent
Specifies the user's intention.
- completion
- Action<INBooleanResolutionResult>
Completion method that must be called by the override.
- Attributes