UISearchDisplayDelegate.ShouldReloadForSearchScope Method

Definition

Whether the results table view should be reloaded for a given scope.

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

Parameters

forSearchOption
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to