Share via


INSTokenFieldCellDelegate.ShouldAddObjects Method

Definition

[Foundation.Export("tokenFieldCell:shouldAddObjects:atIndex:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to