UISearchDisplayDelegate_Extensions.ShouldReloadForSearchScope Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the results table view should be reloaded for a given scope.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldReloadForSearchScope(this UIKit.IUISearchDisplayDelegate This, UIKit.UISearchDisplayController controller, IntPtr forSearchOption);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldReloadForSearchScope : UIKit.IUISearchDisplayDelegate * UIKit.UISearchDisplayController * nativeint -> bool
Parameters
- controller
- UISearchDisplayController
- forSearchOption
-
IntPtr
nativeint
Returns
- Attributes