Compartir a través de


ShowEventRecordList Constructores

Definición

Sobrecargas

ShowEventRecordList()

Inicializa una nueva instancia de la clase ShowEventRecordList.

ShowEventRecordList(OpenXmlElement[])

Inicializa una nueva instancia de la clase ShowEventRecordList con los elementos secundarios especificados.

ShowEventRecordList(IEnumerable<OpenXmlElement>)

Inicializa una nueva instancia de la clase ShowEventRecordList con los elementos secundarios especificados.

ShowEventRecordList(String)

Inicializa una nueva instancia de la clase ShowEventRecordList a partir de XML externo.

ShowEventRecordList()

Inicializa una nueva instancia de la clase ShowEventRecordList.

public ShowEventRecordList ();
Public Sub New ()

Se aplica a

ShowEventRecordList(OpenXmlElement[])

Inicializa una nueva instancia de la clase ShowEventRecordList con los elementos secundarios 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 los elementos secundarios.

Se aplica a

ShowEventRecordList(IEnumerable<OpenXmlElement>)

Inicializa una nueva instancia de la clase ShowEventRecordList con los elementos secundarios 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 los elementos secundarios.

Se aplica a

ShowEventRecordList(String)

Inicializa una nueva instancia de la clase ShowEventRecordList a partir de 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 el XML externo del elemento.

Se aplica a