OpenXmlPartRootXElementExtensions.SetXElement(OpenXmlPart, XElement) 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.
Sets the OpenXmlPart's root XElement to the given XElement, serializes and writes the XElement to the OpenXmlPart, and reloads the OpenXmlPart's OpenXmlPartRootElement if it was previously loaded.
public static void SetXElement (this DocumentFormat.OpenXml.Packaging.OpenXmlPart part, System.Xml.Linq.XElement element);
static member SetXElement : DocumentFormat.OpenXml.Packaging.OpenXmlPart * System.Xml.Linq.XElement -> unit
<Extension()>
Public Sub SetXElement (part As OpenXmlPart, element As XElement)
Parameters
- part
- OpenXmlPart
The OpenXmlPart.
Remarks
Effectively sets the Root property of the XDocument returned by GetXDocument(OpenXmlPart).