UISearchDisplayDelegate.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.
[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
- controller
- UISearchDisplayController
- forSearchOption
- System.System.IntPtr System.nativeint
Returns
- Attributes