MonobjcMonobjc Documented Class Library
SetResourceValuesError Method (keyedValues, error)
NamespacesMonobjc.FoundationNSURLSetResourceValuesError(NSDictionary, NSError%)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.
Return Value
YES if all resource values in keyedValues are successfully set; otherwise, NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)