Condividi tramite


UITextViewDelegate_Extensions.ShouldChangeText Metodo

Definizione

Se il testo specificato deve essere sostituito in 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

Parametri

This
IUITextViewDelegate

Istanza in cui funziona questo metodo di estensione.

textView
UITextView
range
NSRange
text
String

Restituisce

Si applica a