Share via


INSTokenFieldCellDelegate.WriteRepresentedObjects Method

Definition

[Foundation.Export("tokenFieldCell:writeRepresentedObjects:toPasteboard:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WriteRepresentedObjects(AppKit.NSTokenFieldCell tokenFieldCell, Foundation.NSObject[] objects, AppKit.NSPasteboard pboard);
[<Foundation.Export("tokenFieldCell:writeRepresentedObjects:toPasteboard:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteRepresentedObjects : AppKit.NSTokenFieldCell * Foundation.NSObject[] * AppKit.NSPasteboard -> bool
override this.WriteRepresentedObjects : AppKit.NSTokenFieldCell * Foundation.NSObject[] * AppKit.NSPasteboard -> bool

Parameters

tokenFieldCell
NSTokenFieldCell
objects
NSObject[]
pboard
NSPasteboard

Returns

Attributes

Applies to