XmlDictionaryWriter.WriteTextNode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes the text node that an XmlDictionaryReader is currently positioned on.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- reader
- Type: System.Xml.XmlDictionaryReader
The XmlDictionaryReader to get the text value from.
- isAttribute
- Type: System.Boolean
Specifies whether the reader is positioned on an attribute value or element content.
Show: