Share via


UISearchDisplayDelegate.DidLoadSearchResults 方法

定义

指示 UISearchDisplayController 已加载其结果表视图。

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

参数

tableView
UITableView
属性

适用于