ArgumentProperties Constructors

Definition

Overloads

ArgumentProperties()

Initializes a new instance of the ArgumentProperties class.

ArgumentProperties(OpenXmlElement[])

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

ArgumentProperties(IEnumerable<OpenXmlElement>)

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

ArgumentProperties(String)

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

ArgumentProperties()

Initializes a new instance of the ArgumentProperties class.

public ArgumentProperties ();
Public Sub New ()

Applies to

ArgumentProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ArgumentProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ArgumentProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to