UITextViewDelegate_Extensions.ShouldChangeText Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Si el texto especificado debe reemplazarse en UITextView.
public static bool ShouldChangeText (this UIKit.IUITextViewDelegate This, UIKit.UITextView textView, Foundation.NSRange range, string text);
static member ShouldChangeText : UIKit.IUITextViewDelegate * UIKit.UITextView * Foundation.NSRange * string -> bool
Parámetros
- This
- IUITextViewDelegate
Instancia en la que opera este método de extensión.
- textView
- UITextView
- range
- NSRange
- text
- String