NSOutlineView.InsertItems(NSIndexSet, NSObject, NSTableViewAnimation) Method

Definition

[Foundation.Export("insertItemsAtIndexes:inParent:withAnimation:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void InsertItems (Foundation.NSIndexSet indexes, Foundation.NSObject parent, AppKit.NSTableViewAnimation animationOptions);
abstract member InsertItems : Foundation.NSIndexSet * Foundation.NSObject * AppKit.NSTableViewAnimation -> unit
override this.InsertItems : Foundation.NSIndexSet * Foundation.NSObject * AppKit.NSTableViewAnimation -> unit

Parameters

indexes
NSIndexSet
parent
NSObject
animationOptions
NSTableViewAnimation
Attributes

Applies to