Share via


IUISearchDisplayDelegate.ShouldReloadForSearchScope Method

Definition

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

[Foundation.Export("searchDisplayController:shouldReloadTableForSearchScope:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldReloadForSearchScope(UIKit.UISearchDisplayController controller, IntPtr forSearchOption);
[<Foundation.Export("searchDisplayController:shouldReloadTableForSearchScope:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to