SectionSlideIdList Constructeurs

Définition

Surcharges

SectionSlideIdList()

Initialise une nouvelle instance de la classe SectionSlideIdList.

SectionSlideIdList(OpenXmlElement[])

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

SectionSlideIdList(IEnumerable<OpenXmlElement>)

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

SectionSlideIdList(String)

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

SectionSlideIdList()

Initialise une nouvelle instance de la classe SectionSlideIdList.

public SectionSlideIdList ();
Public Sub New ()

S’applique à

SectionSlideIdList(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

SectionSlideIdList(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

SectionSlideIdList(String)

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

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

Paramètres

outerXml
String

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

S’applique à