OpenXmlUnknownElement.CreateOpenXmlUnknownElement(String) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
Use extension method CreateUnknownElement off of a part container
Crea una nueva clase OpenXmlUnknownElement mediante el XML externo.
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
Parámetros
- outerXml
- String
Xml externo del elemento.
Devoluciones
Nueva clase OpenXmlUnknownElement.
- Atributos