Share via


ShowEventRecordList Constructors

Definition

Overloads

ShowEventRecordList()

Initializes a new instance of the ShowEventRecordList class.

ShowEventRecordList(OpenXmlElement[])

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

ShowEventRecordList(IEnumerable<OpenXmlElement>)

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

ShowEventRecordList(String)

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

ShowEventRecordList()

Initializes a new instance of the ShowEventRecordList class.

public ShowEventRecordList ();
Public Sub New ()

Applies to

ShowEventRecordList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ShowEventRecordList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ShowEventRecordList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to