次の方法で共有


NSTextViewOnTextCheck 代理人

定義

public delegate Foundation.NSDictionary NSTextViewOnTextCheck(NSTextView view, NSRange range, NSDictionary options, NSTextCheckingTypes checkingTypes);
type NSTextViewOnTextCheck = delegate of NSTextView * NSRange * NSDictionary * NSTextCheckingTypes -> NSDictionary

パラメーター

view
NSTextView
range
NSRange
options
NSDictionary
checkingTypes
NSTextCheckingTypes

戻り値

適用対象