Share via


INSTokenFieldCellDelegate.GetEditingString(NSTokenFieldCell, NSObject) Method

Definition

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

Parameters

tokenFieldCell
NSTokenFieldCell
representedObject
NSObject

Returns

Attributes

Applies to