NSTextViewDelegate_Extensions.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.
public static string[] GetCompletions (this AppKit.INSTextViewDelegate This, AppKit.NSTextView textView, string[] words, Foundation.NSRange charRange, ref nint index);
static member GetCompletions : AppKit.INSTextViewDelegate * AppKit.NSTextView * string[] * Foundation.NSRange * -> string[]
Parameters
- This
- INSTextViewDelegate
- textView
- NSTextView
- words
- String[]
- charRange
- NSRange
- index
- System.System.IntPtr System.nativeint
Returns
String[]