共用方式為


SLComposeServiceViewController.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

傳回

屬性

適用於