Share via


NSTextViewCompletion Delegate

Definition

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

Parameters

textView
NSTextView
words
String[]
charRange
NSRange
index
IntPtr

nativeint

Return Value

String[]

Applies to