NSTextFieldGetCandidates 委托

定义

public delegate Foundation.NSObject[] NSTextFieldGetCandidates(NSTextField textField, NSTextView textView, NSRange selectedRange);
type NSTextFieldGetCandidates = delegate of NSTextField * NSTextView * NSRange -> NSObject[]

参数

textField
NSTextField
textView
NSTextView
selectedRange
NSRange

返回值

适用于