NSSpellChecker.RequestCandidatesAsync 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
RequestCandidatesAsync(NSRange, String, UInt64, NSDictionary<NSString,NSObject>, IntPtr)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<AppKit.NSSpellCheckerCandidates> RequestCandidatesAsync(Foundation.NSRange selectedRange, string stringToCheck, ulong checkingTypes, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>? options, IntPtr tag);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RequestCandidatesAsync : Foundation.NSRange * string * uint64 * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * nativeint -> System.Threading.Tasks.Task<AppKit.NSSpellCheckerCandidates>
override this.RequestCandidatesAsync : Foundation.NSRange * string * uint64 * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * nativeint -> System.Threading.Tasks.Task<AppKit.NSSpellCheckerCandidates>
Parameters
- selectedRange
- NSRange
- stringToCheck
- String
- checkingTypes
- UInt64
- options
- NSDictionary<NSString,NSObject>
- tag
-
IntPtr
nativeint
Returns
- Attributes
Applies to
RequestCandidatesAsync(NSRange, String, UInt64, NSDictionary<NSString,NSObject>, IntPtr, IntPtr)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<AppKit.NSSpellCheckerCandidates> RequestCandidatesAsync(Foundation.NSRange selectedRange, string stringToCheck, ulong checkingTypes, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>? options, IntPtr tag, out IntPtr result);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RequestCandidatesAsync : Foundation.NSRange * string * uint64 * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * nativeint * nativeint -> System.Threading.Tasks.Task<AppKit.NSSpellCheckerCandidates>
override this.RequestCandidatesAsync : Foundation.NSRange * string * uint64 * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * nativeint * nativeint -> System.Threading.Tasks.Task<AppKit.NSSpellCheckerCandidates>
Parameters
- selectedRange
- NSRange
- stringToCheck
- String
- checkingTypes
- UInt64
- options
- NSDictionary<NSString,NSObject>
- tag
-
IntPtr
nativeint
- result
-
IntPtr
nativeint
Returns
- Attributes