1 out of 1 rated this helpful - Rate this topic

XmlWriter.WriteNode Method

Copies everything from the source object to the current writer instance.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Supported by the .NET Compact Framework Supported by the XNA Framework WriteNode(XmlReader, Boolean) When overridden in a derived class, copies everything from the reader to the writer and moves the reader to the start of the next sibling.
Public method WriteNode(XPathNavigator, Boolean) Copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.