NSObject.SetValuesForKeysWithDictionary(NSDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the values of this NSObject to those in the specified dictionary.
[Foundation.Export("setValuesForKeysWithDictionary:")]
public virtual void SetValuesForKeysWithDictionary (Foundation.NSDictionary keyedValues);
abstract member SetValuesForKeysWithDictionary : Foundation.NSDictionary -> unit
override this.SetValuesForKeysWithDictionary : Foundation.NSDictionary -> unit
Parameters
- keyedValues
- NSDictionary
- Attributes