NSTextViewTextChecked Delegate

Definition

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
orthography
NSOrthography
wordCount
System.System.IntPtr System.nativeint

Return Value

Applies to