次の方法で共有


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
属性

適用対象