Поделиться через


AnimEffectParentMkLstAnimationEffectMonikerList Конструкторы

Определение

Перегрузки

AnimEffectParentMkLstAnimationEffectMonikerList()

Инициализирует новый экземпляр класса AnimEffectParentMkLstAnimationEffectMonikerList.

AnimEffectParentMkLstAnimationEffectMonikerList(OpenXmlElement[])

Инициализирует новый экземпляр класса AnimEffectParentMkLstAnimationEffectMonikerList с указанными дочерними элементами.

AnimEffectParentMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)

Инициализирует новый экземпляр класса AnimEffectParentMkLstAnimationEffectMonikerList с указанными дочерними элементами.

AnimEffectParentMkLstAnimationEffectMonikerList(String)

Инициализирует новый экземпляр класса AnimEffectParentMkLstAnimationEffectMonikerList из внешнего XML.

AnimEffectParentMkLstAnimationEffectMonikerList()

Инициализирует новый экземпляр класса AnimEffectParentMkLstAnimationEffectMonikerList.

public AnimEffectParentMkLstAnimationEffectMonikerList ();
Public Sub New ()

Применяется к

AnimEffectParentMkLstAnimationEffectMonikerList(OpenXmlElement[])

Инициализирует новый экземпляр класса AnimEffectParentMkLstAnimationEffectMonikerList с указанными дочерними элементами.

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())

Параметры

childElements
OpenXmlElement[]

Указывает дочерние элементы.

Применяется к

AnimEffectParentMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)

Инициализирует новый экземпляр класса AnimEffectParentMkLstAnimationEffectMonikerList с указанными дочерними элементами.

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))

Параметры

childElements
IEnumerable<OpenXmlElement>

Указывает дочерние элементы.

Применяется к

AnimEffectParentMkLstAnimationEffectMonikerList(String)

Инициализирует новый экземпляр класса AnimEffectParentMkLstAnimationEffectMonikerList из внешнего XML.

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

Параметры

outerXml
String

Задает внешний XML-код элемента.

Применяется к