Share via


NSTokenFieldDelegate.Read(NSTokenField, NSPasteboard) Method

Definition

[Foundation.Export("tokenField:readFromPasteboard:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject[] Read(AppKit.NSTokenField tokenField, AppKit.NSPasteboard pboard);
[<Foundation.Export("tokenField:readFromPasteboard:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Read : AppKit.NSTokenField * AppKit.NSPasteboard -> Foundation.NSObject[]
override this.Read : AppKit.NSTokenField * AppKit.NSPasteboard -> Foundation.NSObject[]

Parameters

tokenField
NSTokenField
pboard
NSPasteboard

Returns

Implements

Attributes

Applies to