MonobjcMonobjc Documented Class Library
NSTreeNode Constructor (modelObject)
NamespacesMonobjc.AppKitNSTreeNodeNSTreeNode(Id)

Initializes a newly allocated tree node that represents the specified object.

Original signature is '- (id)initWithRepresentedObject:(id)modelObject'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSTreeNode(
	Id modelObject
)
Public Sub New ( _
	modelObject As Id _
)
public:
NSTreeNode(
	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)