Share via


NSTreeController.MoveNodes(NSTreeNode[], NSIndexPath) Method

Definition

[Foundation.Export("moveNodes:toIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MoveNodes(AppKit.NSTreeNode[] nodes, Foundation.NSIndexPath startingIndexPath);
[<Foundation.Export("moveNodes:toIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MoveNodes : AppKit.NSTreeNode[] * Foundation.NSIndexPath -> unit
override this.MoveNodes : AppKit.NSTreeNode[] * Foundation.NSIndexPath -> unit

Parameters

nodes
NSTreeNode[]
startingIndexPath
NSIndexPath
Attributes

Applies to