OpenXmlPartRootElement.WriteTo(XmlWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.