MonobjcMonobjc Documented Class Library
TreeNodeWithRepresentedObject Method (modelObject)
NamespacesMonobjc.AppKitNSTreeNodeTreeNodeWithRepresentedObject(Id)

Creates and returns a tree node that represents the specified object.

Original signature is '+ (id)treeNodeWithRepresentedObject:(id)modelObject'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSTreeNode TreeNodeWithRepresentedObject(
	Id modelObject
)
Public Shared Function TreeNodeWithRepresentedObject ( _
	modelObject As Id _
) As NSTreeNode
public:
static NSTreeNode^ TreeNodeWithRepresentedObject(
	Id^ modelObject
)
Parameters
modelObject (Id)
The object the tree node represents.
Return Value
An initialized tree node that represents modelObject.
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)