Share via


TimeNodeList Constructors

Definition

Overloads

TimeNodeList()

Initializes a new instance of the TimeNodeList class.

TimeNodeList(OpenXmlElement[])

Initializes a new instance of the TimeNodeList class with the specified child elements.

TimeNodeList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TimeNodeList class with the specified child elements.

TimeNodeList(String)

Initializes a new instance of the TimeNodeList class from outer XML.

TimeNodeList()

Initializes a new instance of the TimeNodeList class.

public TimeNodeList ();
Public Sub New ()

Applies to

TimeNodeList(OpenXmlElement[])

Initializes a new instance of the TimeNodeList class with the specified child elements.

public TimeNodeList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.TimeNodeList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.TimeNodeList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TimeNodeList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TimeNodeList class with the specified child elements.

public TimeNodeList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.TimeNodeList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.TimeNodeList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TimeNodeList(String)

Initializes a new instance of the TimeNodeList class from outer XML.

public TimeNodeList (string outerXml);
new DocumentFormat.OpenXml.Presentation.TimeNodeList : string -> DocumentFormat.OpenXml.Presentation.TimeNodeList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to