共用方式為


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

傳回

屬性

適用於