NSTextViewCompletion Delegado
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 devuelto
String[]