INSearchForPhotosIntentHandling_Extensions.ResolveSearchTerms Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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