Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Writes the current XML node from a given XmlDictionaryReader or XmlReader.

Namespace:   System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

NameDescription
System_CAPS_pubmethodWriteNode(XmlDictionaryReader^, Boolean)

Writes the current XML node from an XmlDictionaryReader.

System_CAPS_pubmethodWriteNode(XmlReader^, Boolean)

Writes the current XML node from an XmlReader.(Overrides XmlWriter::WriteNode(XmlReader^, Boolean).)

System_CAPS_pubmethodWriteNode(XPathNavigator^, Boolean)

Copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged.(Inherited from XmlWriter.)

Return to top
Show:
© 2017 Microsoft