共用方式為


IINSearchForPhotosIntentHandling 介面

定義

定義處理常式方法的介面,在實作時,必須使用適當的 呼叫 completionINSearchForPhotosIntentResponsearg

[Foundation.Protocol(Name="INSearchForPhotosIntentHandling", WrapperType=typeof(Intents.INSearchForPhotosIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSearchForPhotosIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSearchForPhotosIntentHandling = interface
    interface INativeObject
    interface IDisposable
衍生
屬性
實作

屬性

Handle

處理非受控物件標記法) (指標。

(繼承來源 INativeObject)

方法

HandleSearchForPhotos(INSearchForPhotosIntent, Action<INSearchForPhotosIntentResponse>)

開發人員必須覆寫這個方法,並叫用適用于 的 INSearchForPhotosIntentintent T:System.Action'1INSearchForPhotosIntentResponse

擴充方法

ConfirmSearchForPhotos(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INSearchForPhotosIntentResponse>)

開發人員可以覆寫這個方法來自訂相片搜尋的確認。

ResolveAlbumName(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INStringResolutionResult>)

開發人員可以覆寫這個方法,以自訂相片簿名稱的重新解析。

ResolveDateCreated(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INDateComponentsRangeResolutionResult>)

開發人員可以覆寫這個方法,以自訂日期建立變數的解析。

ResolveLocationCreated(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INPlacemarkResolutionResult>)

開發人員可以覆寫這個方法,以自訂位置建立變數的解析。

ResolvePeopleInPhoto(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INPersonResolutionResult[]>)

開發人員可以覆寫此方法,以自訂相片中人員的解析度。

ResolveSearchTerms(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INStringResolutionResult[]>)

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

適用於