共用方式為


NSTextViewCompletion 代理人

定義

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

參數

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

傳回值

String[]

適用於