Returns the dictionary object associated with the specified key.
Original signature is '- (NSDictionary *)dictionaryForKey:(NSString *)defaultName'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSDictionary DictionaryForKey( NSString defaultName )
Public Overridable Function DictionaryForKey ( _ defaultName As NSString _ ) As NSDictionary
public: virtual NSDictionary^ DictionaryForKey( NSString^ defaultName )

- defaultName (NSString)
- A key in the current user's defaults database.

The dictionary object associated with the specified key, or nil if the key does not exist or its value is not an NSDictionary object.

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