Share via


NSTokenFieldCellDelegate.GetDisplayString(NSTokenFieldCell, NSObject) Method

Definition

[Foundation.Export("tokenFieldCell:displayStringForRepresentedObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string GetDisplayString(AppKit.NSTokenFieldCell tokenFieldCell, Foundation.NSObject representedObject);
[<Foundation.Export("tokenFieldCell:displayStringForRepresentedObject:")>]
[<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

Implements

Attributes

Applies to