.NET Framework Class Library
XmlReader..::.GetAttribute Method

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

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetAttribute(Int32)When overridden in a derived class, gets the value of the attribute with the specified index.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetAttribute(String)When overridden in a derived class, gets the value of the attribute with the specified Name.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetAttribute(String, String)When overridden in a derived class, gets the value of the attribute with the specified LocalName and NamespaceURI.
Top
See Also

Reference

Other Resources

Tags :


Community Content

Trex005
When Attribute is not found
The value of the specified attribute. If the attribute is not found or the value is String.Empty, a null reference (Nothing in Visual Basic) is returned.


http://msdn.microsoft.com/en-us/library/sxy2cd1w.aspx
Tags :

Page view tracker