NSTextViewTextChecked Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- results
- NSTextCheckingResult[]
- orthography
- NSOrthography
- wordCount
- System.System.IntPtr System.nativeint