SubArgument Constructors 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| SubArgument() | Initializes a new instance of the SubArgument class. | 
| SubArgument(OpenXmlElement[]) | Initializes a new instance of the SubArgument class with the specified child elements. | 
| SubArgument(IEnumerable<OpenXmlElement>) | Initializes a new instance of the SubArgument class with the specified child elements. | 
| SubArgument(String) | Initializes a new instance of the SubArgument class from outer XML. | 
SubArgument()
Initializes a new instance of the SubArgument class.
public SubArgument();Public Sub New ()Applies to
SubArgument(OpenXmlElement[])
Initializes a new instance of the SubArgument class with the specified child elements.
public SubArgument(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Math.SubArgument : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Math.SubArgumentPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
SubArgument(IEnumerable<OpenXmlElement>)
Initializes a new instance of the SubArgument class with the specified child elements.
public SubArgument(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Math.SubArgument : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Math.SubArgumentPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
SubArgument(String)
Initializes a new instance of the SubArgument class from outer XML.
public SubArgument(string outerXml);new DocumentFormat.OpenXml.Math.SubArgument : string -> DocumentFormat.OpenXml.Math.SubArgumentPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.