Share via


INSTokenFieldDelegate.WriteRepresented Method

Definition

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

Parameters

tokenField
NSTokenField
objects
NSArray
pboard
NSPasteboard

Returns

Attributes

Applies to