MonobjcMonobjc Documented Class Library
ChildrenKeyPathForNode Method (node)
NamespacesMonobjc.AppKitNSTreeControllerChildrenKeyPathForNode(NSTreeNode)

Returns the key path used to find the children in the specified tree node.

Original signature is '- (NSString *)childrenKeyPathForNode:(NSTreeNode *)node'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString ChildrenKeyPathForNode(
	NSTreeNode node
)
Public Overridable Function ChildrenKeyPathForNode ( _
	node As NSTreeNode _
) As NSString
public:
virtual NSString^ ChildrenKeyPathForNode(
	NSTreeNode^ node
)
Parameters
node (NSTreeNode)
A tree node in the receiver.
Return Value
A string containing the key path in node that provides the child nodes.
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)