0 out of 1 rated this helpful - Rate this topic

XmlReader.GetAttribute Method

When overridden in a derived class, gets the value of an attribute.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.