NSSpellChecker.RequestChecking Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- 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>
Returns
System.System.IntPtr
System.nativeint
- Attributes
Applies to
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
Parameters
- 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>
Returns
System.System.IntPtr
System.nativeint