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>, nint) | |
RequestCandidatesAsync(NSRange, String, UInt64, NSDictionary<NSString,NSObject>, nint, nint) |
RequestCandidatesAsync(NSRange, String, UInt64, NSDictionary<NSString,NSObject>, nint)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<AppKit.NSSpellCheckerCanidates> RequestCandidatesAsync (Foundation.NSRange selectedRange, string stringToCheck, ulong checkingTypes, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options, nint tag);
abstract member RequestCandidatesAsync : Foundation.NSRange * string * uint64 * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * nint -> System.Threading.Tasks.Task<AppKit.NSSpellCheckerCanidates>
override this.RequestCandidatesAsync : Foundation.NSRange * string * uint64 * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * nint -> System.Threading.Tasks.Task<AppKit.NSSpellCheckerCanidates>
Parameters
- selectedRange
- NSRange
- stringToCheck
- String
- checkingTypes
- UInt64
- options
- NSDictionary<NSString,NSObject>
- tag
- System.System.IntPtr System.nativeint
Returns
- Attributes
Applies to
RequestCandidatesAsync(NSRange, String, UInt64, NSDictionary<NSString,NSObject>, nint, nint)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<AppKit.NSSpellCheckerCanidates> RequestCandidatesAsync (Foundation.NSRange selectedRange, string stringToCheck, ulong checkingTypes, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options, nint tag, out nint result);
abstract member RequestCandidatesAsync : Foundation.NSRange * string * uint64 * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * nint * -> System.Threading.Tasks.Task<AppKit.NSSpellCheckerCanidates>
override this.RequestCandidatesAsync : Foundation.NSRange * string * uint64 * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * nint * -> System.Threading.Tasks.Task<AppKit.NSSpellCheckerCanidates>
Parameters
- selectedRange
- NSRange
- stringToCheck
- String
- checkingTypes
- UInt64
- options
- NSDictionary<NSString,NSObject>
- tag
- System.System.IntPtr System.nativeint
- result
- System.System.IntPtr System.nativeint
Returns
- Attributes