MonobjcMonobjc Documented Class Library
RemoveObjectsAtArrangedObjectIndexPaths Method (indexPaths)
NamespacesMonobjc.AppKitNSTreeControllerRemoveObjectsAtArrangedObjectIndexPaths(NSArray)

Removes the objects at the specified indexPaths in the receiver’s arranged objects from the receiver’s content.

Original signature is '- (void)removeObjectsAtArrangedObjectIndexPaths:(NSArray *)indexPaths'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveObjectsAtArrangedObjectIndexPaths(
	NSArray indexPaths
)
Public Overridable Sub RemoveObjectsAtArrangedObjectIndexPaths ( _
	indexPaths As NSArray _
)
public:
virtual void RemoveObjectsAtArrangedObjectIndexPaths(
	NSArray^ indexPaths
)
Parameters
indexPaths (NSArray)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)