Share via


NSSpellChecker.CheckGrammar Method

Definition

[Foundation.Export("checkGrammarOfString:startingAt:language:wrap:inSpellDocumentWithTag:details:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSRange CheckGrammar(string stringToCheck, IntPtr startingOffset, string language, bool wrapFlag, IntPtr documentTag, Foundation.NSDictionary[] details);
[<Foundation.Export("checkGrammarOfString:startingAt:language:wrap:inSpellDocumentWithTag:details:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CheckGrammar : string * nativeint * string * bool * nativeint * Foundation.NSDictionary[] -> Foundation.NSRange
override this.CheckGrammar : string * nativeint * string * bool * nativeint * Foundation.NSDictionary[] -> Foundation.NSRange

Parameters

stringToCheck
String
startingOffset
IntPtr

nativeint

language
String
wrapFlag
Boolean
documentTag
IntPtr

nativeint

details
NSDictionary[]

Returns

Attributes

Applies to