UISearchDisplayDelegate.DidShowSearchResults 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出 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
參數
- controller
- UISearchDisplayController
- tableView
- UITableView
- 屬性