UITextViewDelegate_Extensions.ShouldChangeText Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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