NSSpellChecker.CheckString 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
CheckString(String, NSRange, NSTextCheckingTypes, NSTextCheckingOptions, IntPtr, NSOrthography, IntPtr)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public Foundation.NSTextCheckingResult[] CheckString(string stringToCheck, Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, AppKit.NSTextCheckingOptions options, IntPtr tag, out Foundation.NSOrthography orthography, out IntPtr wordCount);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.CheckString : string * Foundation.NSRange * Foundation.NSTextCheckingTypes * AppKit.NSTextCheckingOptions * nativeint * NSOrthography * nativeint -> Foundation.NSTextCheckingResult[]
Parameters
- stringToCheck
- String
- range
- NSRange
- checkingTypes
- NSTextCheckingTypes
- options
- NSTextCheckingOptions
- tag
-
IntPtr
nativeint
- orthography
- NSOrthography
- wordCount
-
IntPtr
nativeint
Returns
- Attributes
Applies to
CheckString(String, NSRange, NSTextCheckingTypes, NSDictionary, IntPtr, NSOrthography, IntPtr)
[Foundation.Export("checkString:range:types:options:inSpellDocumentWithTag:orthography:wordCount:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSTextCheckingResult[] CheckString(string stringToCheck, Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, Foundation.NSDictionary? options, IntPtr tag, out Foundation.NSOrthography orthography, out IntPtr wordCount);
[<Foundation.Export("checkString:range:types:options:inSpellDocumentWithTag:orthography:wordCount:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CheckString : string * Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary * nativeint * NSOrthography * nativeint -> Foundation.NSTextCheckingResult[]
override this.CheckString : string * Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary * nativeint * NSOrthography * nativeint -> Foundation.NSTextCheckingResult[]
Parameters
- stringToCheck
- String
- range
- NSRange
- checkingTypes
- NSTextCheckingTypes
- options
- NSDictionary
- tag
-
IntPtr
nativeint
- orthography
- NSOrthography
- wordCount
-
IntPtr
nativeint
Returns
- Attributes