Compartir a través de


ExtendedGuideList Constructores

Definición

Sobrecargas

ExtendedGuideList()

Inicializa una nueva instancia de la clase ExtendedGuideList.

ExtendedGuideList(OpenXmlElement[])

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

ExtendedGuideList(IEnumerable<OpenXmlElement>)

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

ExtendedGuideList(String)

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

ExtendedGuideList()

Inicializa una nueva instancia de la clase ExtendedGuideList.

protected ExtendedGuideList();
Protected Sub New ()

Se aplica a

ExtendedGuideList(OpenXmlElement[])

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

protected ExtendedGuideList(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parámetros

childElements
OpenXmlElement[]

Especifica los elementos secundarios.

Se aplica a

ExtendedGuideList(IEnumerable<OpenXmlElement>)

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

protected ExtendedGuideList(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parámetros

childElements
IEnumerable<OpenXmlElement>

Especifica los elementos secundarios.

Se aplica a

ExtendedGuideList(String)

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

protected ExtendedGuideList(string outerXml);
new DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList : string -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList
Protected Sub New (outerXml As String)

Parámetros

outerXml
String

Especifica el XML externo del elemento.

Se aplica a