NSTextViewDelegate.DidCheckText Method

Definition

[Foundation.Export("textView:didCheckTextInRange:types:options:results:orthography:wordCount:")]
public virtual Foundation.NSTextCheckingResult[] DidCheckText (AppKit.NSTextView view, Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, Foundation.NSDictionary options, Foundation.NSTextCheckingResult[] results, Foundation.NSOrthography orthography, nint wordCount);
abstract member DidCheckText : AppKit.NSTextView * Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary * Foundation.NSTextCheckingResult[] * Foundation.NSOrthography * nint -> Foundation.NSTextCheckingResult[]
override this.DidCheckText : AppKit.NSTextView * Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary * Foundation.NSTextCheckingResult[] * Foundation.NSOrthography * nint -> Foundation.NSTextCheckingResult[]

Parameters

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

Returns

Attributes

Applies to