XmlValidatingReader.GetAttribute Method
.NET Framework 4
Gets the value of an attribute.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetAttribute(Int32) | Gets the value of the attribute with the specified index. (Overrides XmlReader.GetAttribute(Int32).) |
|
GetAttribute(String) | Gets the value of the attribute with the specified name. (Overrides XmlReader.GetAttribute(String).) |
|
GetAttribute(String, String) | Gets the value of the attribute with the specified local name and namespace Uniform Resource Identifier (URI). (Overrides XmlReader.GetAttribute(String, String).) |