Share via


UISearchDisplayDelegate.ShouldReloadForSearchScope Method

Definition

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

[Foundation.Export("searchDisplayController:shouldReloadTableForSearchScope:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldReloadForSearchScope(UIKit.UISearchDisplayController controller, IntPtr forSearchOption);
[<Foundation.Export("searchDisplayController:shouldReloadTableForSearchScope:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldReloadForSearchScope : UIKit.UISearchDisplayController * nativeint -> bool
override this.ShouldReloadForSearchScope : UIKit.UISearchDisplayController * nativeint -> bool

Parameters

forSearchOption
IntPtr

nativeint

Returns

Implements

Attributes

Applies to