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