Share via


NSOutlineViewDataSource.ItemForPersistentObject Method

Definition

[Foundation.Export("outlineView:itemForPersistentObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject ItemForPersistentObject(AppKit.NSOutlineView outlineView, Foundation.NSObject theObject);
[<Foundation.Export("outlineView:itemForPersistentObject:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ItemForPersistentObject : AppKit.NSOutlineView * Foundation.NSObject -> Foundation.NSObject
override this.ItemForPersistentObject : AppKit.NSOutlineView * Foundation.NSObject -> Foundation.NSObject

Parameters

outlineView
NSOutlineView
theObject
NSObject

Returns

Implements

Attributes

Applies to