OpenXmlUnknownElement.CreateOpenXmlUnknownElement(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
Use extension method CreateUnknownElement off of a part container
Cria uma nova classe OpenXmlUnknownElement usando o 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
O XML externo do elemento.
Retornos
Uma nova classe OpenXmlUnknownElement.
- Atributos