ExtendedGuideList Constructeurs

Définition

Surcharges

ExtendedGuideList()

Initialise une nouvelle instance de la classe ExtendedGuideList.

ExtendedGuideList(OpenXmlElement[])

Initialise une nouvelle instance de la classe ExtendedGuideList avec les éléments enfants spécifiés.

ExtendedGuideList(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe ExtendedGuideList avec les éléments enfants spécifiés.

ExtendedGuideList(String)

Initialise une nouvelle instance de la classe ExtendedGuideList à partir d’un code XML externe.

ExtendedGuideList()

Initialise une nouvelle instance de la classe ExtendedGuideList.

protected ExtendedGuideList ();
Protected Sub New ()

S’applique à

ExtendedGuideList(OpenXmlElement[])

Initialise une nouvelle instance de la classe ExtendedGuideList avec les éléments enfants spécifiés.

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

ExtendedGuideList(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe ExtendedGuideList avec les éléments enfants spécifiés.

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

ExtendedGuideList(String)

Initialise une nouvelle instance de la classe ExtendedGuideList à partir d’un code XML externe.

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

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à