Share via


NSTokenFieldCellDelegate.GetRepresentedObject Method

Definition

[Foundation.Export("tokenFieldCell:representedObjectForEditingString:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject? GetRepresentedObject(AppKit.NSTokenFieldCell tokenFieldCell, string editingString);
[<Foundation.Export("tokenFieldCell:representedObjectForEditingString:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRepresentedObject : AppKit.NSTokenFieldCell * string -> Foundation.NSObject
override this.GetRepresentedObject : AppKit.NSTokenFieldCell * string -> Foundation.NSObject

Parameters

tokenFieldCell
NSTokenFieldCell
editingString
String

Returns

Implements

Attributes

Applies to