Sets resource properties of the URL specified by a given set of keys to a given set of values.
Original signature is '- (BOOL)setResourceValues:(NSDictionary *)keyedValues error:(NSError **)error'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual bool SetResourceValuesError( NSDictionary keyedValues, out NSError error )
Public Overridable Function SetResourceValuesError ( _ keyedValues As NSDictionary, _ <OutAttribute> ByRef error As NSError _ ) As Boolean
public: virtual bool SetResourceValuesError( NSDictionary^ keyedValues, [OutAttribute] NSError^% error )

- keyedValues (NSDictionary)
- A dictionary of resource values to be set.
- error (NSError%)
- The error that occurred in the case that one or more resource values cannot be set.

YES if all resource values in keyedValues are successfully set; otherwise, NO.

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