Partager via


SlideLayoutMonikerList Constructeurs

Définition

Surcharges

SlideLayoutMonikerList()

Initialise une nouvelle instance de la classe SlideLayoutMonikerList.

SlideLayoutMonikerList(OpenXmlElement[])

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

SlideLayoutMonikerList(IEnumerable<OpenXmlElement>)

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

SlideLayoutMonikerList(String)

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

SlideLayoutMonikerList()

Initialise une nouvelle instance de la classe SlideLayoutMonikerList.

public SlideLayoutMonikerList ();
Public Sub New ()

S’applique à

SlideLayoutMonikerList(OpenXmlElement[])

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

public SlideLayoutMonikerList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList
Public Sub New (ParamArray childElements As OpenXmlElement())

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

SlideLayoutMonikerList(IEnumerable<OpenXmlElement>)

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

public SlideLayoutMonikerList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

SlideLayoutMonikerList(String)

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

public SlideLayoutMonikerList (string outerXml);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList : string -> DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList
Public Sub New (outerXml As String)

Paramètres

outerXml
String

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

S’applique à