MonobjcMonobjc Documented Class Library
OutlineViewItemForPersistentObject Method (outlineView, object)
NamespacesMonobjc.AppKitINSOutlineViewDataSourceOutlineViewItemForPersistentObject(NSOutlineView, Id)

Invoked by outlineView to return the item for the archived object.

Original signature is '- (id)outlineView:(NSOutlineView *)outlineView itemForPersistentObject:(id)object'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
Id OutlineViewItemForPersistentObject(
	NSOutlineView outlineView,
	Id object
)
Function OutlineViewItemForPersistentObject ( _
	outlineView As NSOutlineView, _
	object As Id _
) As Id
Id^ OutlineViewItemForPersistentObject(
	NSOutlineView^ outlineView, 
	Id^ object
)
Parameters
outlineView (NSOutlineView)
The outline view that sent the message.
object (Id)
An archived representation of an item in outlineView's data source.
Return Value
The unarchived item corresponding to object. If the item is an archived object, this method may return the object.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)