XmlAttributeCollection
Represents a collection of attributes that can be accessed by name or index.
Gets the attribute with the specified index.
Gets the attribute with the specified name.
Gets the attribute with the specified local name and namespace Uniform Resource Identifier (URI).
Inserts the specified attribute as the last node in the collection.
Copies all the XmlAttribute objects from this collection into the given array.
Inserts the specified attribute immediately after the specified reference attribute.
Inserts the specified attribute immediately before the specified reference attribute.
Inserts the specified attribute as the first node in the collection.
Removes the specified attribute from the collection.
Removes all attributes from the collection.
Removes the attribute corresponding to the specified index from the collection.