OpenXmlPartRootElement.WriteTo(XmlWriter) Method

Definition

Saves the current node to the specified XmlWriter.

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

Parameters

xmlWriter
XmlWriter

The XmlWriter to which to save the current node.

Applies to