Compartilhar via


OpenXmlCompositeElement Construtores

Definição

Sobrecargas

OpenXmlCompositeElement()

Inicializa uma nova instância da classe OpenXmlCompositeElement.

OpenXmlCompositeElement(OpenXmlElement[])

Inicializa uma nova instância do OpenXmlCompositeElement usando a matriz fornecida de elementos OpenXmlElement.

OpenXmlCompositeElement(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe OpenXmlCompositeElement usando a coleção fornecida de elementos OpenXmlElement.

OpenXmlCompositeElement(IEnumerable)
Obsoleto.

Inicializa uma nova instância da classe OpenXmlCompositeElement usando a coleção fornecida de elementos.

OpenXmlCompositeElement(String)

Inicializa uma nova instância da classe OpenXmlCompositeElement usando o XML externo fornecido.

OpenXmlCompositeElement()

Inicializa uma nova instância da classe OpenXmlCompositeElement.

protected OpenXmlCompositeElement ();
Protected Sub New ()

Aplica-se a

OpenXmlCompositeElement(OpenXmlElement[])

Inicializa uma nova instância do OpenXmlCompositeElement usando a matriz fornecida 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[]

Uma matriz de elementos OpenXmlElement.

Aplica-se a

OpenXmlCompositeElement(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe OpenXmlCompositeElement usando a coleção fornecida 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>

Uma coleção de elementos OpenXmlElement.

Aplica-se a

OpenXmlCompositeElement(IEnumerable)

Cuidado

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

Inicializa uma nova instância da classe OpenXmlCompositeElement usando a coleção fornecida de elementos.

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

Uma coleção de elementos.

Atributos

Aplica-se a

OpenXmlCompositeElement(String)

Inicializa uma nova instância da classe OpenXmlCompositeElement usando o XML externo fornecido.

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

Parâmetros

outerXml
String

O XML externo do elemento.

Aplica-se a