Partager via


CustomXmlPartMonikerList Constructeurs

Définition

Surcharges

CustomXmlPartMonikerList()

Initialise une nouvelle instance de la classe CustomXmlPartMonikerList.

CustomXmlPartMonikerList(OpenXmlElement[])

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

CustomXmlPartMonikerList(IEnumerable<OpenXmlElement>)

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

CustomXmlPartMonikerList(String)

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

CustomXmlPartMonikerList()

Initialise une nouvelle instance de la classe CustomXmlPartMonikerList.

public CustomXmlPartMonikerList ();
Public Sub New ()

S’applique à

CustomXmlPartMonikerList(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

CustomXmlPartMonikerList(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

CustomXmlPartMonikerList(String)

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

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

Paramètres

outerXml
String

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

S’applique à