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, IntPtr, Action<IntPtr,NSTextCheckingResult[],NSOrthography,IntPtr>)
[Foundation.Export("requestCheckingOfString:range:types:options:inSpellDocumentWithTag:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr RequestChecking(string stringToCheck, Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, Foundation.NSDictionary? options, IntPtr tag, Action<IntPtr,Foundation.NSTextCheckingResult[],Foundation.NSOrthography,IntPtr> completionHandler);
[<Foundation.Export("requestCheckingOfString:range:types:options:inSpellDocumentWithTag:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RequestChecking : string * Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary * nativeint * Action<nativeint, Foundation.NSTextCheckingResult[], Foundation.NSOrthography, nativeint> -> nativeint
override this.RequestChecking : string * Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary * nativeint * Action<nativeint, Foundation.NSTextCheckingResult[], Foundation.NSOrthography, nativeint> -> nativeint
Parameters
- stringToCheck
- String
- range
- NSRange
- checkingTypes
- NSTextCheckingTypes
- options
- NSDictionary
- tag
-
IntPtr
nativeint
- completionHandler
-
Action<nativeint,NSTextCheckingResult[],NSOrthography,nativeint>
Returns
nativeint
- Attributes
Applies to
RequestChecking(String, NSRange, NSTextCheckingTypes, NSTextCheckingOptions, IntPtr, Action<IntPtr,NSTextCheckingResult[],NSOrthography,IntPtr>)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public IntPtr RequestChecking(string stringToCheck, Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, AppKit.NSTextCheckingOptions options, IntPtr tag, Action<IntPtr,Foundation.NSTextCheckingResult[],Foundation.NSOrthography,IntPtr> completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.RequestChecking : string * Foundation.NSRange * Foundation.NSTextCheckingTypes * AppKit.NSTextCheckingOptions * nativeint * Action<nativeint, Foundation.NSTextCheckingResult[], Foundation.NSOrthography, nativeint> -> nativeint
Parameters
- stringToCheck
- String
- range
- NSRange
- checkingTypes
- NSTextCheckingTypes
- options
- NSTextCheckingOptions
- tag
-
IntPtr
nativeint
- completionHandler
-
Action<nativeint,NSTextCheckingResult[],NSOrthography,nativeint>
Returns
nativeint
- Attributes