Share via


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

适用于