Partager via


AnimEffectMkLstAnimationEffectMonikerList Constructeurs

Définition

Surcharges

AnimEffectMkLstAnimationEffectMonikerList()

Initialise une nouvelle instance de la classe AnimEffectMkLstAnimationEffectMonikerList.

AnimEffectMkLstAnimationEffectMonikerList(OpenXmlElement[])

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

AnimEffectMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)

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

AnimEffectMkLstAnimationEffectMonikerList(String)

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

AnimEffectMkLstAnimationEffectMonikerList()

Initialise une nouvelle instance de la classe AnimEffectMkLstAnimationEffectMonikerList.

public AnimEffectMkLstAnimationEffectMonikerList ();
Public Sub New ()

S’applique à

AnimEffectMkLstAnimationEffectMonikerList(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

AnimEffectMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

AnimEffectMkLstAnimationEffectMonikerList(String)

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

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

Paramètres

outerXml
String

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

S’applique à