AnimEffectParentMkLstAnimationEffectMonikerList Constructors       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| AnimEffectParentMkLstAnimationEffectMonikerList() | Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class. | 
| AnimEffectParentMkLstAnimationEffectMonikerList(OpenXmlElement[]) | Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class with the specified child elements. | 
| AnimEffectParentMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>) | Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class with the specified child elements. | 
| AnimEffectParentMkLstAnimationEffectMonikerList(String) | Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class from outer XML. | 
AnimEffectParentMkLstAnimationEffectMonikerList()
Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class.
public AnimEffectParentMkLstAnimationEffectMonikerList();Public Sub New ()Applies to
AnimEffectParentMkLstAnimationEffectMonikerList(OpenXmlElement[])
Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class with the specified child elements.
public AnimEffectParentMkLstAnimationEffectMonikerList(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerListPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
AnimEffectParentMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class with the specified child elements.
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.AnimEffectParentMkLstAnimationEffectMonikerListPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
AnimEffectParentMkLstAnimationEffectMonikerList(String)
Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class from outer XML.
public AnimEffectParentMkLstAnimationEffectMonikerList(string outerXml);new DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList : string -> DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerListPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.