OpenXmlElement.WriteTo(XmlWriter) Method

Definition

Saves the current node to the specified XmlWriter.

public virtual void WriteTo (System.Xml.XmlWriter xmlWriter);
abstract member WriteTo : System.Xml.XmlWriter -> unit
override this.WriteTo : System.Xml.XmlWriter -> unit
Public Overridable Sub WriteTo (xmlWriter As XmlWriter)

Parameters

xmlWriter
XmlWriter

The XmlWriter to which to save the current node.

Applies to