Name

NSUniqueIDSpecifier — Mac OS X 10.2

Synopsis

This class represents the scripting language reference form used to specify an object in a collection based on a unique ID.

image with no caption

@interface NSUniqueIDSpecifier : NSScriptObjectSpecifier
                                  // Initializers
   - (id)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc        
                                 containerSpecifier:(NSScriptObjectSpecifier *)container 
                                 key:(NSString *)property 
                                 uniqueID:(id)uniqueID;
                                  // Accessor Methods
   - (void)setUniqueID:(id)uniqueID;
   - (id)uniqueID;

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.