OpenXmlUnknownElement.WriteTo-Methode
Saves the current node to the specified XmlWriter.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Overrides Sub WriteTo ( _
xmlWriter As XmlWriter _
)
'Usage
Dim instance As OpenXmlUnknownElement
Dim xmlWriter As XmlWriter
instance.WriteTo(xmlWriter)
public override void WriteTo(
XmlWriter xmlWriter
)
Parameter
- xmlWriter
Typ: System.Xml.XmlWriter
The XmlWriter to which you want to save.