NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlAttributeCollection Class

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

Object
   XmlNamedNodeMap
      XmlAttributeCollection

[Visual Basic]
Public Class XmlAttributeCollection
   Inherits XmlNamedNodeMap
[C#]
public class XmlAttributeCollection : XmlNamedNodeMap
[C++]
public __gc class XmlAttributeCollection : public XmlNamedNodeMap
[JScript]
public class XmlAttributeCollection extends XmlNamedNodeMap

Remarks

[To be supplied.]

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlAttributeCollection Members | System.NewXml Namespace