XmlAttributeCollection Members
XmlAttributeCollection overview
Public Properties
Count (inherited from XmlNamedNodeMap)
Supported by the .NET Compact Framework. | Gets the number of nodes in the XmlNamedNodeMap. |
ItemOf | Overloaded. Gets the attribute with the specified name or index.
In C#, this property is the indexer for the XmlAttributeCollection class. |
Public Methods
Append Supported by the .NET Compact Framework. | Inserts the specified attribute as the last node in the collection. |
CopyTo Supported by the .NET Compact Framework. | Copies all the XmlAttribute objects from this collection into the given array. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
GetEnumerator (inherited from XmlNamedNodeMap)
Supported by the .NET Compact Framework. | Provides support for the "foreach" style iteration over the collection of nodes in the XmlNamedNodeMap. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetNamedItem (inherited from XmlNamedNodeMap)
Supported by the .NET Compact Framework. | Overloaded. Retrieves the specified XmlNode from the collection of nodes in the XmlNamedNodeMap. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
InsertAfter Supported by the .NET Compact Framework. | Inserts the specified attribute immediately after the specified reference attribute. |
InsertBefore Supported by the .NET Compact Framework. | Inserts the specified attribute immediately before the specified reference attribute. |
Item (inherited from XmlNamedNodeMap)
Supported by the .NET Compact Framework. | Retrieves the node at the specified index in the XmlNamedNodeMap. |
Prepend Supported by the .NET Compact Framework. | Inserts the specified attribute as the first node in the collection. |
Remove Supported by the .NET Compact Framework. | Removes the specified attribute from the collection. |
RemoveAll Supported by the .NET Compact Framework. | Removes all attributes from the collection. |
RemoveAt Supported by the .NET Compact Framework. | Removes the attribute corresponding to the specified index from the collection. |
RemoveNamedItem (inherited from XmlNamedNodeMap)
Supported by the .NET Compact Framework. | Overloaded. Removes the specified node from the XmlNamedNodeMap. |
SetNamedItem Supported by the .NET Compact Framework. | Overridden. Adds a XmlNode using its Name property |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
