共用方式為


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

傳回值

適用於