NSTextViewDelegate_Extensions.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.
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[]
Parametri
- This
- INSTextViewDelegate
- textView
- NSTextView
- words
- String[]
- charRange
- NSRange
- index
- System.System.IntPtr System.nativeint
Restituisce
String[]