NSTextFieldDelegate.GetCompletions 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Foundation.Export("control:textView:completions:forPartialWordRange:indexOfSelectedItem:")]
public virtual string[] GetCompletions (AppKit.NSControl control, AppKit.NSTextView textView, string[] words, Foundation.NSRange charRange, ref nint index);
abstract member GetCompletions : AppKit.NSControl * AppKit.NSTextView * string[] * Foundation.NSRange * -> string[]
override this.GetCompletions : AppKit.NSControl * AppKit.NSTextView * string[] * Foundation.NSRange * -> string[]
参数
- control
- NSControl
- textView
- NSTextView
- words
- String[]
- charRange
- NSRange
- index
- System.System.IntPtr System.nativeint
返回
String[]
- 属性