NSOutlineView.RemoveItems(NSIndexSet, NSObject, NSTableViewAnimation) Method

Definition

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

Parameters

indexes
NSIndexSet
parent
NSObject
animationOptions
NSTableViewAnimation
Attributes

Applies to