Partager via


SectionList Constructeurs

Définition

Surcharges

SectionList()

Initialise une nouvelle instance de la classe SectionList.

SectionList(OpenXmlElement[])

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

SectionList(IEnumerable<OpenXmlElement>)

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

SectionList(String)

Initialise une nouvelle instance de la classe SectionList à partir du code XML externe.

SectionList()

Initialise une nouvelle instance de la classe SectionList.

public SectionList ();
Public Sub New ()

S’applique à

SectionList(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

SectionList(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

SectionList(String)

Initialise une nouvelle instance de la classe SectionList à partir du code XML externe.

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

Paramètres

outerXml
String

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

S’applique à