VariableList 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
VariableList() |
Initializes a new instance of the VariableList class. |
VariableList(OpenXmlElement[]) |
Initializes a new instance of the VariableList class with the specified child elements. |
VariableList(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the VariableList class with the specified child elements. |
VariableList(String) |
Initializes a new instance of the VariableList class from outer XML. |
VariableList()
Initializes a new instance of the VariableList class.
public VariableList ();
Public Sub New ()
Applies to
VariableList(OpenXmlElement[])
Initializes a new instance of the VariableList class with the specified child elements.
public VariableList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.VariableList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableList
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
VariableList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the VariableList class with the specified child elements.
public VariableList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.VariableList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
VariableList(String)
Initializes a new instance of the VariableList class from outer XML.
public VariableList (string outerXml);
new DocumentFormat.OpenXml.Drawing.Diagrams.VariableList : string -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableList
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.