共用方式為


IUISearchDisplayDelegate 介面

定義

介面,表示通訊協定 UISearchDisplayDelegate 的任何) 時, (所需的方法。

[Foundation.Protocol(Name="UISearchDisplayDelegate", WrapperType=typeof(UIKit.UISearchDisplayDelegateWrapper))]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUISearchDisplayDelegate : IDisposable, ObjCRuntime.INativeObject
type IUISearchDisplayDelegate = interface
    interface INativeObject
    interface IDisposable
衍生
屬性
實作

備註

如果從 所 UISearchDisplayDelegate 定義的通訊協定有任何) ,這個介面會包含必要的方法 (。

如果開發人員建立實作此介面的類別,則實作方法會自動匯出至 Objective-C,其中包含通訊協定中所定義方法的 UISearchDisplayDelegate 相符簽章。

如果類別提供 UISearchDisplayDelegate_Extensions 任何) 做為介面的擴充方法,則選擇性方法 (,讓開發人員可以在通訊協定上叫用任何選擇性方法。

屬性

Handle

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

(繼承來源 INativeObject)

擴充方法

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 的結果。

適用於