Partager via


INSearchForPhotosIntentHandling_Extensions.ResolveSearchTerms Méthode

Définition

Les développeurs peuvent implémenter cette méthode pour personnaliser la résolution des termes de recherche.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ResolveSearchTerms (this Intents.IINSearchForPhotosIntentHandling This, Intents.INSearchForPhotosIntent intent, Action<Intents.INStringResolutionResult[]> completion);
static member ResolveSearchTerms : Intents.IINSearchForPhotosIntentHandling * Intents.INSearchForPhotosIntent * Action<Intents.INStringResolutionResult[]> -> unit

Paramètres

This
IINSearchForPhotosIntentHandling

Instance sur laquelle cette méthode fonctionne.

intent
INSearchForPhotosIntent

Spécifie l’intention de l’utilisateur.

completion
Action<INStringResolutionResult[]>

Méthode d’achèvement qui doit être appelée par le remplacement.

Attributs

S’applique à