OpenXmlPartRootXElementExtensions.SetXDocument(OpenXmlPart, XDocument) Method

Definition

Sets the OpenXmlPart's XDocument to the given XDocument, serializes and writes the XDocument to the OpenXmlPart, and reloads the OpenXmlPart's OpenXmlPartRootElement if it was previously loaded.

public static void SetXDocument (this DocumentFormat.OpenXml.Packaging.OpenXmlPart part, System.Xml.Linq.XDocument document);
static member SetXDocument : DocumentFormat.OpenXml.Packaging.OpenXmlPart * System.Xml.Linq.XDocument -> unit
<Extension()>
Public Sub SetXDocument (part As OpenXmlPart, document As XDocument)

Parameters

document
XDocument

The XDocument.

Applies to

See also