NSMatrixDelegate.GetCompletions 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("control:textView:completions:forPartialWordRange:indexOfSelectedItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] GetCompletions(AppKit.NSControl control, AppKit.NSTextView textView, string[] words, Foundation.NSRange charRange, ref IntPtr index);
[<Foundation.Export("control:textView:completions:forPartialWordRange:indexOfSelectedItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCompletions : AppKit.NSControl * AppKit.NSTextView * string[] * Foundation.NSRange * nativeint -> string[]
override this.GetCompletions : AppKit.NSControl * AppKit.NSTextView * string[] * Foundation.NSRange * nativeint -> string[]
Parameters
- control
- NSControl
- textView
- NSTextView
- words
- String[]
- charRange
- NSRange
- index
-
IntPtr
nativeint
Returns
String[]
Implements
- Attributes