Share via


NSTreeNode.DescendantNode(NSIndexPath) Method

Definition

[Foundation.Export("descendantNodeAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSTreeNode DescendantNode(Foundation.NSIndexPath atIndexPath);
[<Foundation.Export("descendantNodeAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DescendantNode : Foundation.NSIndexPath -> AppKit.NSTreeNode
override this.DescendantNode : Foundation.NSIndexPath -> AppKit.NSTreeNode

Parameters

atIndexPath
NSIndexPath

Returns

Attributes

Applies to