Share via


Sources.Save Method (CustomXmlPart)

Saves the DOM into the OpenXML part.

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

Syntax

'Declaration
Public Sub Save ( _
    openXmlPart As CustomXmlPart _
)
'Usage
Dim instance As Sources
Dim openXmlPart As CustomXmlPart

instance.Save(openXmlPart)
public void Save(
    CustomXmlPart openXmlPart
)

Parameters

See Also

Reference

Sources Class

Sources Members

Save Overload

DocumentFormat.OpenXml.Bibliography Namespace