Partager via


UITextViewDelegate_Extensions.ShouldChangeText Méthode

Définition

Indique si le texte spécifié doit être remplacé dans 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

Paramètres

This
IUITextViewDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

textView
UITextView
range
NSRange
text
String

Retours

S’applique à