Partager via


AnimEffectParentMkLstAnimationEffectMonikerList Constructeurs

Définition

Surcharges

AnimEffectParentMkLstAnimationEffectMonikerList()

Initialise une nouvelle instance de la classe AnimEffectParentMkLstAnimationEffectMonikerList.

AnimEffectParentMkLstAnimationEffectMonikerList(OpenXmlElement[])

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

AnimEffectParentMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)

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

AnimEffectParentMkLstAnimationEffectMonikerList(String)

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

AnimEffectParentMkLstAnimationEffectMonikerList()

Initialise une nouvelle instance de la classe AnimEffectParentMkLstAnimationEffectMonikerList.

public AnimEffectParentMkLstAnimationEffectMonikerList ();
Public Sub New ()

S’applique à

AnimEffectParentMkLstAnimationEffectMonikerList(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

AnimEffectParentMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

AnimEffectParentMkLstAnimationEffectMonikerList(String)

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

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

Paramètres

outerXml
String

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

S’applique à