MonobjcMonobjc Documented Class Library
ResultAtIndex Method (index)
NamespacesMonobjc.FoundationNSMetadataQueryResultAtIndex(NSUInteger)

Returns the query result at a specific index.

Original signature is '- (id)resultAtIndex:(NSUInteger)index'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ResultAtIndex(
	NSUInteger index
)
Public Overridable Function ResultAtIndex ( _
	index As NSUInteger _
) As Id
public:
virtual Id^ ResultAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
Index of the desired result in the query result array.
Return Value
Query result at the position specified by index.
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.Foundation (Module: Monobjc.Foundation)