MonobjcMonobjc Documented Class Library
DescriptorAtIndex Method (anIndex)
NamespacesMonobjc.FoundationNSAppleEventDescriptorDescriptorAtIndex(NSInteger)

Returns the descriptor at the specified (one-based) position in the receiving descriptor list.

Original signature is '- (NSAppleEventDescriptor *)descriptorAtIndex:(NSInteger)anIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSAppleEventDescriptor DescriptorAtIndex(
	NSInteger anIndex
)
Public Overridable Function DescriptorAtIndex ( _
	anIndex As NSInteger _
) As NSAppleEventDescriptor
public:
virtual NSAppleEventDescriptor^ DescriptorAtIndex(
	NSInteger anIndex
)
Parameters
anIndex (NSInteger)
The one-based descriptor list position of the descriptor to return.
Return Value
The descriptor from the specified position (one-based) in the descriptor list, or nil if the specified descriptor cannot be obtained.
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)