다음을 통해 공유


NSTextViewDelegate.ShouldChangeTextInRanges 메서드

정의

[Foundation.Export("textView:shouldChangeTextInRanges:replacementStrings:")]
public virtual bool ShouldChangeTextInRanges (AppKit.NSTextView textView, Foundation.NSValue[] affectedRanges, string[] replacementStrings);
abstract member ShouldChangeTextInRanges : AppKit.NSTextView * Foundation.NSValue[] * string[] -> bool
override this.ShouldChangeTextInRanges : AppKit.NSTextView * Foundation.NSValue[] * string[] -> bool

매개 변수

textView
NSTextView
affectedRanges
NSValue[]
replacementStrings
String[]

반환

특성

적용 대상