NSTextViewTextChecked Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]
Parameters
- view
- NSTextView
- range
- NSRange
- checkingTypes
- NSTextCheckingTypes
- options
- NSDictionary
- results
- NSTextCheckingResult[]
- orthography
- NSOrthography
- wordCount
- System.System.IntPtr System.nativeint