UISearchBarDelegate_Extensions.ShouldChangeTextInRange 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 text in the specified range should be replaced with the specified text.
public static bool ShouldChangeTextInRange (this UIKit.IUISearchBarDelegate This, UIKit.UISearchBar searchBar, Foundation.NSRange range, string text);
static member ShouldChangeTextInRange : UIKit.IUISearchBarDelegate * UIKit.UISearchBar * Foundation.NSRange * string -> bool
Parameters
- This
- IUISearchBarDelegate
The instance on which this extension method operates.
- searchBar
- UISearchBar
- range
- NSRange
- text
- String