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