次の方法で共有


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

戻り値

属性

適用対象