Share via


NSTokenFieldDelegate.GetRepresentedObject(NSTokenField, String) Method

Definition

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

Parameters

tokenField
NSTokenField
editingString
String

Returns

Implements

Attributes

Applies to