Compartir a través de


UISearchBarDelegate.ShouldChangeTextInRange Método

Definición

Si el texto de un intervalo especificado debe reemplazarse por el texto especificado.

[Foundation.Export("searchBar:shouldChangeTextInRange:replacementText:")]
public virtual bool ShouldChangeTextInRange (UIKit.UISearchBar searchBar, Foundation.NSRange range, string text);
abstract member ShouldChangeTextInRange : UIKit.UISearchBar * Foundation.NSRange * string -> bool
override this.ShouldChangeTextInRange : UIKit.UISearchBar * Foundation.NSRange * string -> bool

Parámetros

searchBar
UISearchBar
range
NSRange
text
String

Devoluciones

Atributos

Se aplica a