NSTextViewGetCandidates Delegate

Definition

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

Parameters

textView
NSTextView
selectedRange
NSRange

Return Value

Applies to