Share via


NSTokenFieldCellDelegate_Extensions.GetCompletionStrings Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSArray GetCompletionStrings(this AppKit.INSTokenFieldCellDelegate This, AppKit.NSTokenFieldCell tokenFieldCell, string substring, IntPtr tokenIndex, ref IntPtr selectedIndex);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetCompletionStrings : AppKit.INSTokenFieldCellDelegate * AppKit.NSTokenFieldCell * string * nativeint * nativeint -> Foundation.NSArray

Parameters

tokenFieldCell
NSTokenFieldCell
substring
String
tokenIndex
IntPtr

nativeint

selectedIndex
IntPtr

nativeint

Returns

Attributes

Applies to