MonobjcMonobjc Documented Class Library
CountKeyPathForNode Method (node)
NamespacesMonobjc.AppKitNSTreeControllerCountKeyPathForNode(NSTreeNode)

Returns the key path that provides the number of children for a specified node.

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

Available in Mac OS X v10.5 and later.

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