Adds a descriptor to the receiver as an Apple event parameter identified by the specified keyword.
Original signature is '- (void)setParamDescriptor:(NSAppleEventDescriptor *)descriptor forKeyword:(AEKeyword)keyword'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void SetParamDescriptorForKeyword( NSAppleEventDescriptor descriptor, uint keyword )
Public Overridable Sub SetParamDescriptorForKeyword ( _ descriptor As NSAppleEventDescriptor, _ keyword As UInteger _ )
public: virtual void SetParamDescriptorForKeyword( NSAppleEventDescriptor^ descriptor, unsigned int keyword )

- descriptor (NSAppleEventDescriptor)
- The parameter descriptor to add to the receiver.
- keyword (UInt32)
- A keyword (a four-character code) that identifies the parameter descriptor to add. If a descriptor with that keyword already exists in the receiver, it is replaced.

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