다음을 통해 공유


NSTextViewCompletion 대리자

정의

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

매개 변수

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

반환 값

String[]

적용 대상