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


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

Определение

Перегрузки

AnimEffectMkLstAnimationEffectMonikerList()

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

AnimEffectMkLstAnimationEffectMonikerList(OpenXmlElement[])

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

AnimEffectMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)

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

AnimEffectMkLstAnimationEffectMonikerList(String)

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

AnimEffectMkLstAnimationEffectMonikerList()

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

public AnimEffectMkLstAnimationEffectMonikerList ();
Public Sub New ()

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

AnimEffectMkLstAnimationEffectMonikerList(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

AnimEffectMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

AnimEffectMkLstAnimationEffectMonikerList(String)

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

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

Параметры

outerXml
String

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

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