次の方法で共有


NSTextViewDelegate.ShouldChangeTextInRange メソッド

定義

[Foundation.Export("textView:shouldChangeTextInRange:replacementString:")]
public virtual bool ShouldChangeTextInRange (AppKit.NSTextView textView, Foundation.NSRange affectedCharRange, string replacementString);
abstract member ShouldChangeTextInRange : AppKit.NSTextView * Foundation.NSRange * string -> bool
override this.ShouldChangeTextInRange : AppKit.NSTextView * Foundation.NSRange * string -> bool

パラメーター

textView
NSTextView
affectedCharRange
NSRange
replacementString
String

戻り値

属性

適用対象