OpenXmlPartRootXElementExtensions.SetXElement(OpenXmlPart, XElement) Method

Definition

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

element
XElement

The XElement.

Remarks

Effectively sets the Root property of the XDocument returned by GetXDocument(OpenXmlPart).

Applies to

See also