次の方法で共有


UITextViewDelegate_Extensions.ShouldChangeText メソッド

定義

指定したテキストを 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

パラメーター

This
IUITextViewDelegate

この拡張メソッドが動作するインスタンス。

textView
UITextView
range
NSRange
text
String

戻り値

適用対象