Compartir a través de


OpenXmlCompositeElement Constructor (IEnumerable<OpenXmlElement>)

Initializes a new instance of the OpenXmlCompositeElement.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
Protected Sub New ( _
    childrenElements As IEnumerable(Of OpenXmlElement) _
)
'Uso
Dim childrenElements As IEnumerable(Of OpenXmlElement)

Dim instance As New OpenXmlCompositeElement(childrenElements)
protected OpenXmlCompositeElement(
    IEnumerable<OpenXmlElement> childrenElements
)

Parameters

See Also

Reference

OpenXmlCompositeElement Class

OpenXmlCompositeElement Members

OpenXmlCompositeElement Overload

DocumentFormat.OpenXml Namespace