Share via


INSTextViewDelegate.GetCompletions Method

Definition

[Foundation.Export("textView:completions:forPartialWordRange:indexOfSelectedItem:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] GetCompletions(AppKit.NSTextView textView, string[] words, Foundation.NSRange charRange, ref IntPtr index);
[<Foundation.Export("textView:completions:forPartialWordRange:indexOfSelectedItem:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCompletions : AppKit.NSTextView * string[] * Foundation.NSRange * nativeint -> string[]
override this.GetCompletions : AppKit.NSTextView * string[] * Foundation.NSRange * nativeint -> string[]

Parameters

textView
NSTextView
words
String[]
charRange
NSRange
index
IntPtr

nativeint

Returns

String[]
Attributes

Applies to