다음을 통해 공유


UISearchDisplayDelegate.ShouldReloadForSearchString 메서드

정의

지정된 검색 문자열에 대해 결과 테이블 뷰를 다시 로드해야 하는지 여부입니다.

[Foundation.Export("searchDisplayController:shouldReloadTableForSearchString:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldReloadForSearchString (UIKit.UISearchDisplayController controller, string forSearchString);
abstract member ShouldReloadForSearchString : UIKit.UISearchDisplayController * string -> bool
override this.ShouldReloadForSearchString : UIKit.UISearchDisplayController * string -> bool

매개 변수

forSearchString
String

반환

특성

적용 대상