Condividi tramite


UISearchBarDelegate.ShouldChangeTextInRange Metodo

Definizione

Indica se il testo in un intervallo specificato deve essere sostituito con il testo specificato.

[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

Parametri

searchBar
UISearchBar
range
NSRange
text
String

Restituisce

Attributi

Si applica a