Share via


NSTokenFieldCellDelegate.ShouldAddObjects Method

Definition

[Foundation.Export("tokenFieldCell:shouldAddObjects:atIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSArray ShouldAddObjects(AppKit.NSTokenFieldCell tokenFieldCell, Foundation.NSObject[] tokens, UIntPtr index);
[<Foundation.Export("tokenFieldCell:shouldAddObjects:atIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldAddObjects : AppKit.NSTokenFieldCell * Foundation.NSObject[] * unativeint -> Foundation.NSArray
override this.ShouldAddObjects : AppKit.NSTokenFieldCell * Foundation.NSObject[] * unativeint -> Foundation.NSArray

Parameters

tokenFieldCell
NSTokenFieldCell
tokens
NSObject[]
index
UIntPtr

unativeint

Returns

Implements

Attributes

Applies to