Partager via


GroupShapeMonikerList Constructeurs

Définition

Surcharges

GroupShapeMonikerList()

Initialise une nouvelle instance de la classe GroupShapeMonikerList.

GroupShapeMonikerList(OpenXmlElement[])

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

GroupShapeMonikerList(IEnumerable<OpenXmlElement>)

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

GroupShapeMonikerList(String)

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

GroupShapeMonikerList()

Initialise une nouvelle instance de la classe GroupShapeMonikerList.

public GroupShapeMonikerList ();
Public Sub New ()

S’applique à

GroupShapeMonikerList(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

GroupShapeMonikerList(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

GroupShapeMonikerList(String)

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

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

Paramètres

outerXml
String

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

S’applique à