次の方法で共有


UISearchDisplayDelegate_Extensions クラス

定義

プロトコルからUISearchDisplayDelegateのすべてのメソッドをIUISearchDisplayDelegateサポートする インターフェイスへの拡張メソッド。

public static class UISearchDisplayDelegate_Extensions
type UISearchDisplayDelegate_Extensions = class
継承
UISearchDisplayDelegate_Extensions

注釈

の拡張メソッドを使用すると、 IUISearchDisplayDelegate 開発者はインターフェイスのインスタンスを、元 UISearchDisplayDelegate のプロトコルのすべての省略可能なメソッドを持つものとして処理できます。 インターフェイスには必要なメンバーのみが含まれているので、これらの拡張メソッドを使用すると、開発者はプロトコルの省略可能なメンバーを呼び出すことができるようになります。

メソッド

DidBeginSearch(IUISearchDisplayDelegate, UISearchDisplayController)

開発者は、この非推奨のメソッドを使用しないでください。

DidEndSearch(IUISearchDisplayDelegate, UISearchDisplayController)

検索が終了したことを示します。

DidHideSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

コントローラーが結果のテーブル ビューを隠したことを示します。

DidLoadSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

コントローラーが結果の UITableView を読み込んだことを示します。

DidShowSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

コントローラーが UITableView の結果の表示を開始したことを示します。

ShouldReloadForSearchScope(IUISearchDisplayDelegate, UISearchDisplayController, nint)

検索オプションが変更された場合に、データを再読み込みする必要があるかどうか。

ShouldReloadForSearchString(IUISearchDisplayDelegate, UISearchDisplayController, String)

検索文字列の変更を考えると、データを再読み込みする必要があるかどうか。

WillBeginSearch(IUISearchDisplayDelegate, UISearchDisplayController)

検索が開始されることを示します。

WillEndSearch(IUISearchDisplayDelegate, UISearchDisplayController)

検索が終了しようとしていることを示します。

WillHideSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

コントローラーが結果の UITableView を非表示にしようとしていることを示します。

WillShowSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

コントローラーが結果の UITableView を表示しようとしていることを示します。

WillUnloadSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

コントローラーが結果の UITableView をアンロードしようとしていることを示します。

適用対象