NSSpellChecker.RequestChecking Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- 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>
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- 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>