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