UITextViewDelegate_Extensions.ShouldChangeText Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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