System.Xml.XmlAttributeCollection Class

Represents a collection of attributes that can be accessed by name or index.

See Also: XmlAttributeCollection Members

Syntax

public sealed class XmlAttributeCollection : XmlNamedNodeMap, ICollection

Remarks

XmlAttributeCollection extends the System.Xml.XmlNamedNodeMap class by adding strongly typed helper methods. You can use this class to add, remove, or modify attributes in the collection. XmlAttributeCollection is returned by the XmlElement.Attributes property.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0