NSTextViewDelegate_Extensions.DidCheckText Method

Definition

public static Foundation.NSTextCheckingResult[] DidCheckText (this AppKit.INSTextViewDelegate This, AppKit.NSTextView view, Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, Foundation.NSDictionary options, Foundation.NSTextCheckingResult[] results, Foundation.NSOrthography orthography, nint wordCount);
static member DidCheckText : AppKit.INSTextViewDelegate * 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

Applies to