The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlDictionaryWriter::WriteNode Method
.NET Framework (current version)
Writes the current XML node from a given XmlDictionaryReader or XmlReader.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | WriteNode(XmlDictionaryReader^, Boolean) | Writes the current XML node from an XmlDictionaryReader. |
![]() | WriteNode(XmlReader^, Boolean) | Writes the current XML node from an XmlReader.(Overrides XmlWriter::WriteNode(XmlReader^, Boolean).) |
![]() | WriteNode(XPathNavigator^, Boolean) | Copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged.(Inherited from XmlWriter.) |
Show:
