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[]

返回

属性

适用于