NSTextFieldDelegate.GetCompletions Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[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[]
Parametri
- control
- NSControl
- textView
- NSTextView
- words
- String[]
- charRange
- NSRange
- index
- System.System.IntPtr System.nativeint
Restituisce
String[]
- Attributi