Condividi tramite


NSTextViewCompletion Delegato

Definizione

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

Parametri

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

Valore restituito

String[]

Si applica a