Share via


NSTreeController.LeafKeyPathForNode(NSTreeNode) Method

Definition

[Foundation.Export("leafKeyPathForNode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string LeafKeyPathForNode(AppKit.NSTreeNode node);
[<Foundation.Export("leafKeyPathForNode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LeafKeyPathForNode : AppKit.NSTreeNode -> string
override this.LeafKeyPathForNode : AppKit.NSTreeNode -> string

Parameters

node
NSTreeNode

Returns

Attributes

Applies to