다음을 통해 공유


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[]>

재정의에서 호출해야 하는 완료 메서드입니다.

특성

적용 대상