Share via


INSTokenFieldCellDelegate.GetDisplayString(NSTokenFieldCell, NSObject) Method

Definition

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

Parameters

tokenFieldCell
NSTokenFieldCell
representedObject
NSObject

Returns

Attributes

Applies to