Returns a descriptor for the receiver’s Apple event attribute identified by the specified keyword.
Original signature is '- (NSAppleEventDescriptor *)attributeDescriptorForKeyword:(AEKeyword)keyword'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSAppleEventDescriptor AttributeDescriptorForKeyword( uint keyword )
Public Overridable Function AttributeDescriptorForKeyword ( _ keyword As UInteger _ ) As NSAppleEventDescriptor
public: virtual NSAppleEventDescriptor^ AttributeDescriptorForKeyword( unsigned int keyword )

- keyword (UInt32)
- A keyword (a four-character code) that identifies the descriptor to obtain.

The attribute descriptor for the specified keyword, or nil if an error occurs.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)