Compartir a través de


OpenXmlCompositeElement Constructores

Definición

Sobrecargas

OpenXmlCompositeElement()

Inicializa una nueva instancia de la clase OpenXmlCompositeElement.

OpenXmlCompositeElement(OpenXmlElement[])

Inicializa una nueva instancia de OpenXmlCompositeElement mediante la matriz proporcionada de elementos OpenXmlElement.

OpenXmlCompositeElement(IEnumerable<OpenXmlElement>)

Inicializa una nueva instancia de la clase OpenXmlCompositeElement mediante la colección proporcionada de elementos OpenXmlElement.

OpenXmlCompositeElement(IEnumerable)
Obsoletos.

Inicializa una nueva instancia de la clase OpenXmlCompositeElement mediante la colección de elementos proporcionada.

OpenXmlCompositeElement(String)

Inicializa una nueva instancia de la clase OpenXmlCompositeElement mediante el XML externo proporcionado.

OpenXmlCompositeElement()

Inicializa una nueva instancia de la clase OpenXmlCompositeElement.

protected OpenXmlCompositeElement ();
Protected Sub New ()

Se aplica a

OpenXmlCompositeElement(OpenXmlElement[])

Inicializa una nueva instancia de OpenXmlCompositeElement mediante la matriz proporcionada de elementos OpenXmlElement.

protected OpenXmlCompositeElement (params DocumentFormat.OpenXml.OpenXmlElement[] childrenElements);
new DocumentFormat.OpenXml.OpenXmlCompositeElement : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.OpenXmlCompositeElement
Protected Sub New (ParamArray childrenElements As OpenXmlElement())

Parámetros

childrenElements
OpenXmlElement[]

Matriz de elementos OpenXmlElement.

Se aplica a

OpenXmlCompositeElement(IEnumerable<OpenXmlElement>)

Inicializa una nueva instancia de la clase OpenXmlCompositeElement mediante la colección proporcionada de elementos OpenXmlElement.

protected OpenXmlCompositeElement (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childrenElements);
new DocumentFormat.OpenXml.OpenXmlCompositeElement : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.OpenXmlCompositeElement
Protected Sub New (childrenElements As IEnumerable(Of OpenXmlElement))

Parámetros

childrenElements
IEnumerable<OpenXmlElement>

Colección de elementos OpenXmlElement.

Se aplica a

OpenXmlCompositeElement(IEnumerable)

Precaución

Should use the generic version of this. This overload will be removed in a future version.

Inicializa una nueva instancia de la clase OpenXmlCompositeElement mediante la colección de elementos proporcionada.

protected OpenXmlCompositeElement (System.Collections.IEnumerable childrenElements);
[System.Obsolete("Should use the generic version of this. This overload will be removed in a future version.")]
protected OpenXmlCompositeElement (System.Collections.IEnumerable childrenElements);
new DocumentFormat.OpenXml.OpenXmlCompositeElement : System.Collections.IEnumerable -> DocumentFormat.OpenXml.OpenXmlCompositeElement
[<System.Obsolete("Should use the generic version of this. This overload will be removed in a future version.")>]
new DocumentFormat.OpenXml.OpenXmlCompositeElement : System.Collections.IEnumerable -> DocumentFormat.OpenXml.OpenXmlCompositeElement
Protected Sub New (childrenElements As IEnumerable)

Parámetros

childrenElements
IEnumerable

Colección de elementos.

Atributos

Se aplica a

OpenXmlCompositeElement(String)

Inicializa una nueva instancia de la clase OpenXmlCompositeElement mediante el XML externo proporcionado.

protected OpenXmlCompositeElement (string outerXml);
new DocumentFormat.OpenXml.OpenXmlCompositeElement : string -> DocumentFormat.OpenXml.OpenXmlCompositeElement
Protected Sub New (outerXml As String)

Parámetros

outerXml
String

Xml externo del elemento.

Se aplica a