setDescriptor(_:forKeyword:)
Adds a descriptor, identified by a keyword, to the receiver.
Declaration
func setDescriptor(_ descriptor: NSAppleEventDescriptor, forKeyword keyword: AEKeyword)Parameters
- descriptor:
The descriptor to add to the receiver.
- keyword:
A keyword (a four-character code) that identifies the descriptor to add. If a descriptor with that keyword already exists in the receiver, it is replaced.
Discussion
The receiver must be an Apple event or Apple event record. Currently provides no indication if an error occurs.