Gets the specified attribute.
[C#] In C#, this member is the indexer for the XmlAttributeCollection class.
Gets the attribute with the specified LocalName and NamespaceUri.
[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(String, String) As XmlAttribute
[C#] public XmlAttribute this[String, String] {virtual get;}
[C++] public: __property virtual XmlAttribute* get_Item(String*, String*);
[JScript] XmlAttributeCollection.Item (String, String)
Gets the attribute with the specified index.
[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(Integer) As XmlAttribute
[C#] public XmlAttribute this[int] {virtual get;}
[C++] public: __property virtual XmlAttribute* get_Item(int);
[JScript] XmlAttributeCollection.Item (int)
Gets the attribute with the specified name.
[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(String) As XmlAttribute
[C#] public XmlAttribute this[String] {virtual get;}
[C++] public: __property virtual XmlAttribute* get_Item(String*);
[JScript] XmlAttributeCollection.Item (String)
XmlAttributeCollection Class | XmlAttributeCollection Members | System.NewXml Namespace