NSSpellChecker.RequestCandidates 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.
[Foundation.Export("requestCandidatesForSelectedRange:inString:types:options:inSpellDocumentWithTag:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr RequestCandidates(Foundation.NSRange selectedRange, string stringToCheck, ulong checkingTypes, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>? options, IntPtr tag, Action<IntPtr,Foundation.NSTextCheckingResult[]>? completionHandler);
[<Foundation.Export("requestCandidatesForSelectedRange:inString:types:options:inSpellDocumentWithTag:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RequestCandidates : Foundation.NSRange * string * uint64 * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * nativeint * Action<nativeint, Foundation.NSTextCheckingResult[]> -> nativeint
override this.RequestCandidates : Foundation.NSRange * string * uint64 * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * nativeint * Action<nativeint, Foundation.NSTextCheckingResult[]> -> nativeint
Parameters
- selectedRange
- NSRange
- stringToCheck
- String
- checkingTypes
- UInt64
- options
- NSDictionary<NSString,NSObject>
- tag
-
IntPtr
nativeint
- completionHandler
-
Action<nativeint,NSTextCheckingResult[]>
Returns
IntPtr
nativeint
- Attributes