OpenXmlPartRootXElementExtensions.SetXDocument(OpenXmlPart, XDocument) 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 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
- part
- OpenXmlPart
The OpenXmlPart.