MonobjcMonobjc Documented Class Library
KeywordForDescriptorAtIndex Method (anIndex)
NamespacesMonobjc.FoundationNSAppleEventDescriptorKeywordForDescriptorAtIndex(NSInteger)

Returns the keyword for the descriptor at the specified (one-based) position in the receiver.

Original signature is '- (AEKeyword)keywordForDescriptorAtIndex:(NSInteger)anIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual uint KeywordForDescriptorAtIndex(
	NSInteger anIndex
)
Public Overridable Function KeywordForDescriptorAtIndex ( _
	anIndex As NSInteger _
) As UInteger
public:
virtual unsigned int KeywordForDescriptorAtIndex(
	NSInteger anIndex
)
Parameters
anIndex (NSInteger)
The one-based descriptor list position of the descriptor to get the keyword for.
Return Value
The keyword (a four-character code) for the descriptor at the one-based location specified by anIndex, or 0 if an error occurs.
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)