NSSpellChecker.CheckSpelling 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
CheckSpelling(String, nint, String, Boolean, nint, nint) | |
CheckSpelling(String, nint) |
CheckSpelling(String, nint, String, Boolean, nint, nint)
[Foundation.Export("checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCount:")]
public virtual Foundation.NSRange CheckSpelling (string stringToCheck, nint startingOffset, string language, bool wrapFlag, nint documentTag, out nint wordCount);
abstract member CheckSpelling : string * nint * string * bool * nint * -> Foundation.NSRange
override this.CheckSpelling : string * nint * string * bool * nint * -> Foundation.NSRange
Parameter
- stringToCheck
- String
- startingOffset
- System.System.IntPtr System.nativeint
- language
- String
- wrapFlag
- Boolean
- documentTag
- System.System.IntPtr System.nativeint
- wordCount
- System.System.IntPtr System.nativeint
Gibt zurück
- Attribute
Gilt für:
CheckSpelling(String, nint)
[Foundation.Export("checkSpellingOfString:startingAt:")]
public virtual Foundation.NSRange CheckSpelling (string stringToCheck, nint startingOffset);
abstract member CheckSpelling : string * nint -> Foundation.NSRange
override this.CheckSpelling : string * nint -> Foundation.NSRange
Parameter
- stringToCheck
- String
- startingOffset
- System.System.IntPtr System.nativeint
Gibt zurück
- Attribute