Compartilhar via


ShowEventRecordList Construtores

Definição

Sobrecargas

ShowEventRecordList()

Inicializa uma nova instância da classe ShowEventRecordList.

ShowEventRecordList(OpenXmlElement[])

Inicializa uma nova instância da classe ShowEventRecordList com os elementos filho especificados.

ShowEventRecordList(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe ShowEventRecordList com os elementos filho especificados.

ShowEventRecordList(String)

Inicializa uma nova instância da classe ShowEventRecordList do XML externo.

ShowEventRecordList()

Inicializa uma nova instância da classe ShowEventRecordList.

public ShowEventRecordList ();
Public Sub New ()

Aplica-se a

ShowEventRecordList(OpenXmlElement[])

Inicializa uma nova instância da classe ShowEventRecordList com os elementos filho especificados.

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())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

ShowEventRecordList(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe ShowEventRecordList com os elementos filho especificados.

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))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

ShowEventRecordList(String)

Inicializa uma nova instância da classe ShowEventRecordList do XML externo.

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a