Share via


NSTextViewTextChecked 委托

定义

public delegate Foundation.NSTextCheckingResult[] NSTextViewTextChecked(NSTextView view, NSRange range, NSTextCheckingTypes checkingTypes, NSDictionary options, NSTextCheckingResult[] results, NSOrthography orthography, nint wordCount);
type NSTextViewTextChecked = delegate of NSTextView * NSRange * NSTextCheckingTypes * NSDictionary * NSTextCheckingResult[] * NSOrthography * nint -> NSTextCheckingResult[]

参数

view
NSTextView
range
NSRange
checkingTypes
NSTextCheckingTypes
options
NSDictionary
orthography
NSOrthography
wordCount
System.System.IntPtr System.nativeint

返回值

适用于