Share via


NSTokenFieldDelegate.ShouldAddObjects(NSTokenField, NSArray, UIntPtr) Method

Definition

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

Parameters

tokenField
NSTokenField
tokens
NSArray
index
UIntPtr

unativeint

Returns

Implements

Attributes

Applies to