OpenXmlElement.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 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.