UISearchDisplayDelegate_Extensions.ShouldReloadForSearchScope Method

Definition

Whether data should be reloaded, given the change in search options.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldReloadForSearchScope (this UIKit.IUISearchDisplayDelegate This, UIKit.UISearchDisplayController controller, nint forSearchOption);
static member ShouldReloadForSearchScope : UIKit.IUISearchDisplayDelegate * UIKit.UISearchDisplayController * nint -> bool

Parameters

This
IUISearchDisplayDelegate

The instance on which this extension method operates.

forSearchOption
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to