NSSpellChecker.CheckGrammar 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.
[Foundation.Export("checkGrammarOfString:startingAt:language:wrap:inSpellDocumentWithTag:details:")]
public virtual Foundation.NSRange CheckGrammar (string stringToCheck, nint startingOffset, string language, bool wrapFlag, nint documentTag, Foundation.NSDictionary[] details);
abstract member CheckGrammar : string * nint * string * bool * nint * Foundation.NSDictionary[] -> Foundation.NSRange
override this.CheckGrammar : string * nint * string * bool * nint * Foundation.NSDictionary[] -> Foundation.NSRange
Parameters
- stringToCheck
- String
- startingOffset
- System.System.IntPtr System.nativeint
- language
- String
- wrapFlag
- Boolean
- documentTag
- System.System.IntPtr System.nativeint
- details
- NSDictionary[]
Returns
- Attributes