NSTokenFieldDelegate.ShouldAddObjects(NSTokenField, NSArray, nuint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("tokenField:shouldAddObjects:atIndex:")]
public virtual Foundation.NSArray ShouldAddObjects (AppKit.NSTokenField tokenField, Foundation.NSArray tokens, nuint index);
abstract member ShouldAddObjects : AppKit.NSTokenField * Foundation.NSArray * nuint -> Foundation.NSArray
override this.ShouldAddObjects : AppKit.NSTokenField * Foundation.NSArray * nuint -> Foundation.NSArray
Parameters
- tokenField
- NSTokenField
- tokens
- NSArray
- index
- System.System.UIntPtr System.unativeint
Returns
- Attributes