Click or drag to resize
XmlReaderGetAttribute Method
Overload List
  NameDescription
Public methodGetAttribute(Int32)
When overridden in a derived class, gets the value of the attribute with the specified index.
Public methodGetAttribute(String)
When overridden in a derived class, gets the value of the attribute with the specified Name.
Public methodGetAttribute(String, String)
When overridden in a derived class, gets the value of the attribute with the specified LocalName and NamespaceURI.
Top
See Also