Поделиться через


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

Применяется к