NSSpellChecker.RequestChecking 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- 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>
傳回
System.System.IntPtr
System.nativeint
- 屬性
適用於
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
參數
- 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>
傳回
System.System.IntPtr
System.nativeint