XmlDictionaryWriter.WriteNode Method (XmlDictionaryReader, Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes the current XML node from an XmlDictionaryReader.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- reader
- Type: System.Xml.XmlDictionaryReader
The XmlDictionaryReader.
- defattr
- Type: System.Boolean
If true, copy the default attributes from the XmlReader; otherwise if true, use default attributes; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | reader is null. |
Show: