共用方式為


NSControlTextFilter 代理人

定義

public delegate string[] NSControlTextFilter(NSControl control, NSTextView textView, string[] words, NSRange charRange, ref nint index);
type NSControlTextFilter = delegate of NSControl * NSTextView * string[] * NSRange *  -> string[]

參數

control
NSControl
textView
NSTextView
words
String[]
charRange
NSRange
index
System.System.IntPtr System.nativeint

傳回值

String[]

適用於