다음을 통해 공유


UISearchDisplayDelegate.WillShowSearchResults 메서드

정의

UISearchDisplayController가 테이블 뷰를 표시하려고 했음을 나타냅니다.

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

매개 변수

tableView
UITableView
특성

적용 대상