NSSpellChecker.RequestChecking Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
RequestChecking(String, NSRange, NSTextCheckingTypes, NSDictionary, nint, Action<nint,NSTextCheckingResult[],NSOrthography,nint>)
[Foundation.Export("requestCheckingOfString:range:types:options:inSpellDocumentWithTag:completionHandler:")]
public virtual nint RequestChecking (string stringToCheck, Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, Foundation.NSDictionary options, nint tag, Action<nint,Foundation.NSTextCheckingResult[],Foundation.NSOrthography,nint> completionHandler);
abstract member RequestChecking : string * Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary * nint * Action<nint, Foundation.NSTextCheckingResult[], Foundation.NSOrthography, nint> -> nint
override this.RequestChecking : string * Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary * nint * Action<nint, Foundation.NSTextCheckingResult[], Foundation.NSOrthography, nint> -> nint
Параметры
- stringToCheck
- String
- range
- NSRange
- checkingTypes
- NSTextCheckingTypes
- options
- NSDictionary
- tag
- System.System.IntPtr System.nativeint
- completionHandler
-
Action<System.System.IntPtr,NSTextCheckingResult[],NSOrthography,System.System.IntPtr>
Action<System.nativeint,NSTextCheckingResult[],NSOrthography,System.nativeint>
Возвращаемое значение
- Атрибуты
Применяется к
RequestChecking(String, NSRange, NSTextCheckingTypes, NSTextCheckingOptions, nint, Action<nint,NSTextCheckingResult[],NSOrthography,nint>)
public nint RequestChecking (string stringToCheck, Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, AppKit.NSTextCheckingOptions options, nint tag, Action<nint,Foundation.NSTextCheckingResult[],Foundation.NSOrthography,nint> completionHandler);
member this.RequestChecking : string * Foundation.NSRange * Foundation.NSTextCheckingTypes * AppKit.NSTextCheckingOptions * nint * Action<nint, Foundation.NSTextCheckingResult[], Foundation.NSOrthography, nint> -> nint
Параметры
- stringToCheck
- String
- range
- NSRange
- checkingTypes
- NSTextCheckingTypes
- options
- NSTextCheckingOptions
- tag
- System.System.IntPtr System.nativeint
- completionHandler
-
Action<System.System.IntPtr,NSTextCheckingResult[],NSOrthography,System.System.IntPtr>
Action<System.nativeint,NSTextCheckingResult[],NSOrthography,System.nativeint>