MonobjcMonobjc Documented Class Library
SetValuesForKeysWithDictionary Method (keyedValues)
NamespacesMonobjc.FoundationNSObjectSetValuesForKeysWithDictionary(NSDictionary)

Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties.

Original signature is '- (void)setValuesForKeysWithDictionary:(NSDictionary *)keyedValues'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetValuesForKeysWithDictionary(
	NSDictionary keyedValues
)
Public Overridable Sub SetValuesForKeysWithDictionary ( _
	keyedValues As NSDictionary _
)
public:
virtual void SetValuesForKeysWithDictionary(
	NSDictionary^ keyedValues
)
Parameters
keyedValues (NSDictionary)
A dictionary whose keys identify properties in the receiver. The values of the properties in the receiver are set to the corresponding values in the dictionary.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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