XmlReader.GetAttribute Method
.NET Framework 2.0
When overridden in a derived class, gets the value of an attribute.
XmlReader Members
System.Xml Namespace
Reading XML with the XmlReader
| Name | Description |
|---|---|
| XmlReader.GetAttribute (Int32) | When overridden in a derived class, gets the value of the attribute with the specified index. Supported by the .NET Compact Framework. |
| XmlReader.GetAttribute (String) | When overridden in a derived class, gets the value of the attribute with the specified Name. Supported by the .NET Compact Framework. |
| XmlReader.GetAttribute (String, String) | When overridden in a derived class, gets the value of the attribute with the specified LocalName and NamespaceURI. Supported by the .NET Compact Framework. |
Reference
XmlReader ClassXmlReader Members
System.Xml Namespace
Other Resources
Reading XML with the XmlReaderReading XML with the XmlReader