Share via


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

반환

적용 대상