Compartir a través de


NaryProperties Constructor (array<OpenXmlElement )

Initializes a new instance of the NaryProperties class with the specified child elements.

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

Syntax

'Declaración
Public Sub New ( _
    ParamArray childElements As OpenXmlElement() _
)
'Uso
Dim childElements As OpenXmlElement()

Dim instance As New NaryProperties(childElements)
public NaryProperties(
    params OpenXmlElement[] childElements
)

Parameters

See Also

Reference

NaryProperties Class

NaryProperties Members

NaryProperties Overload

DocumentFormat.OpenXml.Math Namespace