OpenXmlCompositeElement-Konstruktor (IEnumerable<OpenXmlElement>)
Initializes a new instance of the OpenXmlCompositeElement.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Protected Sub New ( _
childrenElements As IEnumerable(Of OpenXmlElement) _
)
'Usage
Dim childrenElements As IEnumerable(Of OpenXmlElement)
Dim instance As New OpenXmlCompositeElement(childrenElements)
protected OpenXmlCompositeElement(
IEnumerable<OpenXmlElement> childrenElements
)
Parameter
- childrenElements
Typ: System.Collections.Generic.IEnumerable<OpenXmlElement>
Siehe auch
Referenz
OpenXmlCompositeElement Klasse
OpenXmlCompositeElement-Member