NSTextViewCompletion Delegar

Definição

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

Parâmetros

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

Valor Retornado

String[]

Aplica-se a