共用方式為


UISearchDisplayDelegate.DidShowSearchResults 方法

定義

指出 UISearchDisplayController 已開始顯示其結果資料表檢視。

[Foundation.Export("searchDisplayController:didShowSearchResultsTableView:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidShowSearchResults (UIKit.UISearchDisplayController controller, UIKit.UITableView tableView);
abstract member DidShowSearchResults : UIKit.UISearchDisplayController * UIKit.UITableView -> unit
override this.DidShowSearchResults : UIKit.UISearchDisplayController * UIKit.UITableView -> unit

參數

tableView
UITableView
屬性

適用於