TracePointList Constructors

Definition

Overloads

TracePointList()

Initializes a new instance of the TracePointList class.

TracePointList(OpenXmlElement[])

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

TracePointList(IEnumerable<OpenXmlElement>)

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

TracePointList(String)

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

TracePointList()

Initializes a new instance of the TracePointList class.

public TracePointList ();
Public Sub New ()

Applies to

TracePointList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TracePointList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TracePointList(String)

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

public TracePointList (string outerXml);
new DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList : string -> DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to