Writes an array of objects to the receiver.
Original signature is '- (BOOL)writeObjects:(NSArray *)objects'
Available in Mac OS X v10.6 and later.


- objects (NSArray)
- An array of objects that implement the NSPasteboardWriting Protocol Reference protocol (including instances of NSPasteboardItem).

YES if the array was successfully added, otherwise NO.

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