Share via


NSTextViewTextChecked Delegado

Definición

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[]

Parámetros

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

Valor devuelto

Se aplica a