Share via


ICPSearchTemplateDelegate インターフェイス

定義

によって CPSearchTemplate使用されるデリゲート オブジェクト。

[Foundation.Protocol(Name="CPSearchTemplateDelegate", WrapperType=typeof(CarPlay.CPSearchTemplateDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICPSearchTemplateDelegate : IDisposable, ObjCRuntime.INativeObject
type ICPSearchTemplateDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

SelectedResult(CPSearchTemplate, CPListItem, Action)

開発者は、検索の選択に応答するために、このメソッドを優先する必要があります。

UpdatedSearchText(CPSearchTemplate, String, CPSearchTemplateDelegateUpdateHandler)

開発者は、検索テキストの変更に対応するために、このメソッドをオーバーライドする必要があります。

拡張メソッド

SearchButtonPressed(ICPSearchTemplateDelegate, CPSearchTemplate)

によって CPSearchTemplate使用されるデリゲート オブジェクト。

適用対象