Share via


OpenXmlElement.WriteTo Method

Saves the current node to the specified XmlWriter.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Overridable Sub WriteTo ( _
    xmlWriter As XmlWriter _
)
'使用
Dim instance As OpenXmlElement
Dim xmlWriter As XmlWriter

instance.WriteTo(xmlWriter)
public virtual void WriteTo(
    XmlWriter xmlWriter
)

Parameters

See Also

Reference

OpenXmlElement Class

OpenXmlElement Members

DocumentFormat.OpenXml Namespace