Writes an array of objects to the receiver.
SDK
- macOS 10.6+
Framework
- App
Kit
Declaration
- (BOOL)writeObjects:(NSArray<id<NSPasteboard Writing>> *)objects;
Parameters
objects
An array of objects that implement the
NSPasteboard
protocol (including instances ofWriting NSPasteboard
).Item
Return Value
YES
if the array was successfully added, otherwise NO
.