INSearchForPhotosIntentHandling_Extensions.ResolveLocationCreated Method

Definition

Developers may override this method to customize the resolution of the location-created variable.

public static void ResolveLocationCreated (this Intents.IINSearchForPhotosIntentHandling This, Intents.INSearchForPhotosIntent intent, Action<Intents.INPlacemarkResolutionResult> completion);
static member ResolveLocationCreated : Intents.IINSearchForPhotosIntentHandling * Intents.INSearchForPhotosIntent * Action<Intents.INPlacemarkResolutionResult> -> unit

Parameters

This
IINSearchForPhotosIntentHandling

The instance on which this method operates.

intent
INSearchForPhotosIntent

Specifies the user's intention.

completion
Action<INPlacemarkResolutionResult>

Completion method that must be called by the override.

Applies to