Share via


TrackList Constructors

Definition

Overloads

TrackList()

Initializes a new instance of the TrackList class.

TrackList(OpenXmlElement[])

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

TrackList(IEnumerable<OpenXmlElement>)

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

TrackList(String)

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

TrackList()

Initializes a new instance of the TrackList class.

public TrackList ();
Public Sub New ()

Applies to

TrackList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TrackList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TrackList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to