OpenXmlPartRootXElementExtensions.SaveXElement(OpenXmlPart) 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.
public static bool SaveXElement (this DocumentFormat.OpenXml.Packaging.OpenXmlPart part);
static member SaveXElement : DocumentFormat.OpenXml.Packaging.OpenXmlPart -> bool
<Extension()>
Public Function SaveXElement (part As OpenXmlPart) As Boolean
Parameters
- part
- OpenXmlPart
The part to save to.
Returns
true
, if the current XDocument was saved to the part;
false
, otherwise.
Remarks
Calling this method has the same effect as calling SaveXDocument(OpenXmlPart). This method is provided for naming consistency with GetXElement(OpenXmlPart) and SetXElement(OpenXmlPart, XElement).