Share via


NSTextViewDelegate_Extensions.GetCompletions Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string[] GetCompletions(this AppKit.INSTextViewDelegate This, AppKit.NSTextView textView, string[] words, Foundation.NSRange charRange, ref IntPtr index);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetCompletions : AppKit.INSTextViewDelegate * AppKit.NSTextView * string[] * Foundation.NSRange * nativeint -> string[]

Parameters

textView
NSTextView
words
String[]
charRange
NSRange
index
IntPtr

nativeint

Returns

String[]
Attributes

Applies to