共用方式為


INSearchForPhotosIntentHandling_Extensions.ResolveSearchTerms 方法

定義

開發人員可以實作這個方法來自訂搜尋字詞的解析。

[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

參數

This
IINSearchForPhotosIntentHandling

這個方法運作所在的 實例。

intent
INSearchForPhotosIntent

指定使用者的意圖。

completion
Action<INStringResolutionResult[]>

覆寫必須呼叫的完成方法。

屬性

適用於