XmlDictionaryWriter.WriteXmlAttribute Method (XmlDictionaryString, XmlDictionaryString)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes an XML attribute in the current node.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public virtual void WriteXmlAttribute( XmlDictionaryString localName, XmlDictionaryString value )
Parameters
- localName
- Type: System.Xml.XmlDictionaryString
The local name of the attribute.
- value
- Type: System.Xml.XmlDictionaryString
The value of the attribute.
Show: