UISearchDisplayDelegate_Extensions.WillHideSearchResults 方法

定义

指示控制器即将隐藏其 UITableView 的结果。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillHideSearchResults (this UIKit.IUISearchDisplayDelegate This, UIKit.UISearchDisplayController controller, UIKit.UITableView tableView);
static member WillHideSearchResults : UIKit.IUISearchDisplayDelegate * UIKit.UISearchDisplayController * UIKit.UITableView -> unit

参数

This
IUISearchDisplayDelegate

此扩展方法操作的实例。

tableView
UITableView
属性

适用于