OpenXmlUnknownElement.CreateOpenXmlUnknownElement(String) 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.
Caution
Use extension method CreateUnknownElement off of a part container
Creates a new OpenXmlUnknownElement class by using the outer XML.
public static DocumentFormat.OpenXml.OpenXmlUnknownElement CreateOpenXmlUnknownElement (string outerXml);
[System.Obsolete("Use extension method CreateUnknownElement off of a part container", true)]
public static DocumentFormat.OpenXml.OpenXmlUnknownElement CreateOpenXmlUnknownElement (string outerXml);
static member CreateOpenXmlUnknownElement : string -> DocumentFormat.OpenXml.OpenXmlUnknownElement
[<System.Obsolete("Use extension method CreateUnknownElement off of a part container", true)>]
static member CreateOpenXmlUnknownElement : string -> DocumentFormat.OpenXml.OpenXmlUnknownElement
Public Shared Function CreateOpenXmlUnknownElement (outerXml As String) As OpenXmlUnknownElement
Parameters
- outerXml
- String
The outer XML of the element.
Returns
A new OpenXmlUnknownElement class.
- Attributes