다음을 통해 공유


NSControlTextFilter 대리자

정의

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

매개 변수

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

반환 값

String[]

적용 대상