MonobjcMonobjc Documented Class Library
SetAttributesAsDictionary Method (attributes)
NamespacesMonobjc.FoundationNSXMLElementSetAttributesAsDictionary(NSDictionary)

Sets the attributes of the receiver based on the key-value pairs specified in the passed-in dictionary.

Original signature is '- (void)setAttributesAsDictionary:(NSDictionary *)attributes'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetAttributesAsDictionary(
	NSDictionary attributes
)
Public Overridable Sub SetAttributesAsDictionary ( _
	attributes As NSDictionary _
)
public:
virtual void SetAttributesAsDictionary(
	NSDictionary^ attributes
)
Parameters
attributes (NSDictionary)
A dictionary of key-value pairs where the attribute name is the key and the object value of the attribute is the dictionary value.
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)