IINSearchForPhotosIntentHandling インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
実装時に、 に適切な を使用して を呼び出す completion
必要があるハンドラー メソッドを INSearchForPhotosIntentResponse 定義する arg
インターフェイス。
[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>) |
開発者はこのメソッドをオーバーライドし、適切な を使用して T:System.Action'1INSearchForPhotosIntentResponse を INSearchForPhotosIntent |
拡張メソッド
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[]>) |
開発者は、このメソッドを実装して、検索語句の解決をカスタマイズできます。 |