NSSpellChecker.CompletionsForPartialWordRange 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("completionsForPartialWordRange:inString:language:inSpellDocumentWithTag:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] CompletionsForPartialWordRange(Foundation.NSRange range, string theString, string language, IntPtr documentTag);
[<Foundation.Export("completionsForPartialWordRange:inString:language:inSpellDocumentWithTag:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CompletionsForPartialWordRange : Foundation.NSRange * string * string * nativeint -> string[]
override this.CompletionsForPartialWordRange : Foundation.NSRange * string * string * nativeint -> string[]
Parameters
- range
- NSRange
- theString
- String
- language
- String
- documentTag
-
IntPtr
nativeint
Returns
String[]
- Attributes