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.

C# | Visual Basic | Visual C++ |
Id OutlineViewItemForPersistentObject( NSOutlineView outlineView, Id object )
Function OutlineViewItemForPersistentObject ( _ outlineView As NSOutlineView, _ object As Id _ ) As Id
Id^ OutlineViewItemForPersistentObject( NSOutlineView^ outlineView, Id^ object )

- outlineView (NSOutlineView)
- The outline view that sent the message.
- object (Id)
- An archived representation of an item in outlineView's data source.

The unarchived item corresponding to object. If the item is an archived object, this method may return the object.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)