MonobjcMonobjc Documented Class Library
ItemAtIndexPath Method (indexPath)
NamespacesMonobjc.AppKitNSBrowserItemAtIndexPath(NSIndexPath)

Returns the item at the specified index path.

Original signature is '- (id)itemAtIndexPath:(NSIndexPath *)indexPath'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ItemAtIndexPath(
	NSIndexPath indexPath
)
Public Overridable Function ItemAtIndexPath ( _
	indexPath As NSIndexPath _
) As Id
public:
virtual Id^ ItemAtIndexPath(
	NSIndexPath^ indexPath
)
Parameters
indexPath (NSIndexPath)
The index path of the item to return.
Return Value
The item.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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