UISearchDisplayDelegate_Extensions.WillShowSearchResults 方法

定义

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

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

参数

This
IUISearchDisplayDelegate

此扩展方法在其上运行的实例。

tableView
UITableView
属性

适用于