UITextField.ShouldChangeTextInRange(UITextRange, String) Método

Definición

Permite al desarrollador de la aplicación rechazar mediante programación el texto de reemplazo.

[Foundation.Export("shouldChangeTextInRange:replacementText:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldChangeTextInRange (UIKit.UITextRange inRange, string replacementText);
abstract member ShouldChangeTextInRange : UIKit.UITextRange * string -> bool
override this.ShouldChangeTextInRange : UIKit.UITextRange * string -> bool

Parámetros

inRange
UITextRange

Intervalo de selección actual en el que se cambia el texto.

replacementText
String

Texto de reemplazo que se va a insertar.

Devoluciones

true si el texto antiguo se va a reemplazar por texto nuevo; false si se va a anular la operación de reemplazo.

Atributos

Se aplica a