This topic has not yet been rated - Rate this topic

XmlValidatingReader.GetAttribute Method

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.

  NameDescription
Public method GetAttribute(Int32) Gets the value of the attribute with the specified index. (Overrides XmlReader.GetAttribute(Int32).)
Public method GetAttribute(String) Gets the value of the attribute with the specified name. (Overrides XmlReader.GetAttribute(String).)
Public method 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).)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.