NSTextViewCompletion Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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[]