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


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

Определение

Перегрузки

DocumentMonikerList()

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

DocumentMonikerList(OpenXmlElement[])

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

DocumentMonikerList(IEnumerable<OpenXmlElement>)

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

DocumentMonikerList(String)

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

DocumentMonikerList()

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

public DocumentMonikerList ();
Public Sub New ()

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

DocumentMonikerList(OpenXmlElement[])

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

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

Параметры

childElements
OpenXmlElement[]

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

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

DocumentMonikerList(IEnumerable<OpenXmlElement>)

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

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

Параметры

childElements
IEnumerable<OpenXmlElement>

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

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

DocumentMonikerList(String)

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

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

Параметры

outerXml
String

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

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