XmlDictionaryReader.GetAttribute Method (XmlDictionaryString, XmlDictionaryString)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, gets the value of an attribute.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public virtual string GetAttribute( XmlDictionaryString localName, XmlDictionaryString namespaceUri )
Parameters
- localName
- Type: System.Xml.XmlDictionaryString
An XmlDictionaryString that represents the local name of the attribute.
- namespaceUri
- Type: System.Xml.XmlDictionaryString
An XmlDictionaryString that represents the namespace of the attribute.
Show: