Share via


NSTokenFieldDelegate_Extensions.GetCompletionStrings Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string[] GetCompletionStrings(this AppKit.INSTokenFieldDelegate This, AppKit.NSTokenField tokenField, string substring, IntPtr tokenIndex, IntPtr selectedIndex);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetCompletionStrings : AppKit.INSTokenFieldDelegate * AppKit.NSTokenField * string * nativeint * nativeint -> string[]

Parameters

tokenField
NSTokenField
substring
String
tokenIndex
IntPtr

nativeint

selectedIndex
IntPtr

nativeint

Returns

String[]
Attributes

Applies to