OpenXmlPartRootXElementExtensions.SaveXDocument(OpenXmlPart) Method
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.
C#
public static bool SaveXDocument (this DocumentFormat.OpenXml.Packaging.OpenXmlPart part);
static member SaveXDocument : DocumentFormat.OpenXml.Packaging.OpenXmlPart -> bool
<Extension()>
Public Function SaveXDocument (part As OpenXmlPart) As Boolean
- part
- OpenXmlPart
The part to save to.
true
, if the current XDocument was saved to the part;
false
, otherwise.
Calling this method has the same effect as calling . This method is provided for naming consistency with GetXDocument(OpenXmlPart) and SetXDocument(OpenXmlPart, XDocument).
Product | Versions |
---|---|
DocumentFormat.OpenXml | 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1 |