Share via


NaryProperties Constructors

Definition

Overloads

NaryProperties()

Initializes a new instance of the NaryProperties class.

NaryProperties(OpenXmlElement[])

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

NaryProperties(IEnumerable<OpenXmlElement>)

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

NaryProperties(String)

Initializes a new instance of the NaryProperties class from outer XML.

NaryProperties()

Initializes a new instance of the NaryProperties class.

public NaryProperties ();
Public Sub New ()

Applies to

NaryProperties(OpenXmlElement[])

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

public NaryProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Math.NaryProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Math.NaryProperties
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NaryProperties(IEnumerable<OpenXmlElement>)

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

public NaryProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Math.NaryProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Math.NaryProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NaryProperties(String)

Initializes a new instance of the NaryProperties class from outer XML.

public NaryProperties (string outerXml);
new DocumentFormat.OpenXml.Math.NaryProperties : string -> DocumentFormat.OpenXml.Math.NaryProperties
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to