NSSpellChecker.CheckSpelling 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
| Name | Description |
|---|---|
| CheckSpelling(String, IntPtr, String, Boolean, IntPtr, IntPtr) | |
| CheckSpelling(String, IntPtr) |
CheckSpelling(String, IntPtr, String, Boolean, IntPtr, IntPtr)
[Foundation.Export("checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCount:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSRange CheckSpelling(string stringToCheck, IntPtr startingOffset, string language, bool wrapFlag, IntPtr documentTag, out IntPtr wordCount);
[<Foundation.Export("checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCount:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CheckSpelling : string * nativeint * string * bool * nativeint * nativeint -> Foundation.NSRange
override this.CheckSpelling : string * nativeint * string * bool * nativeint * nativeint -> Foundation.NSRange
Parameters
- stringToCheck
- String
- startingOffset
-
IntPtr
nativeint
- language
- String
- wrapFlag
- Boolean
- documentTag
-
IntPtr
nativeint
- wordCount
-
IntPtr
nativeint
Returns
- Attributes
Applies to
CheckSpelling(String, IntPtr)
[Foundation.Export("checkSpellingOfString:startingAt:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSRange CheckSpelling(string stringToCheck, IntPtr startingOffset);
[<Foundation.Export("checkSpellingOfString:startingAt:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CheckSpelling : string * nativeint -> Foundation.NSRange
override this.CheckSpelling : string * nativeint -> Foundation.NSRange
Parameters
- stringToCheck
- String
- startingOffset
-
IntPtr
nativeint
Returns
- Attributes